Skip to content

Commit

Permalink
Using latest base images
Browse files Browse the repository at this point in the history
Using Alpine 3.21 for Redis 7
  • Loading branch information
bfren committed Dec 6, 2024
1 parent 45a44ed commit 32b43fa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.15
FROM ghcr.io/bfren/alpine-s6:alpine3.15-5.5.0

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

Expand Down
2 changes: 1 addition & 1 deletion 7/ALPINE_EDITION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.20
3.21
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.15
FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.5.0

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.15"
BASE_VERSION="5.5.0"
echo "Base: ${BASE_VERSION}"

REDIS_VERSIONS="6 7"
Expand Down

0 comments on commit 32b43fa

Please sign in to comment.