Skip to content

Commit

Permalink
Using latest base images
Browse files Browse the repository at this point in the history
  • Loading branch information
bfren committed Aug 30, 2024
1 parent 5b74d89 commit 440ab16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bfren/alpine-s6:alpine3.15-5.4.7
FROM ghcr.io/bfren/alpine-s6:alpine3.15-5.4.8

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-redis"

Expand Down
2 changes: 1 addition & 1 deletion 7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.4.7
FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.4.8

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-redis"

Expand Down
2 changes: 1 addition & 1 deletion generate-dockerfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

docker pull bfren/alpine

BASE_VERSION="5.4.7"
BASE_VERSION="5.4.8"
echo "Base: ${BASE_VERSION}"

REDIS_VERSIONS="6 7"
Expand Down

0 comments on commit 440ab16

Please sign in to comment.