Skip to content

Commit

Permalink
v5.2.5 (#139)
Browse files Browse the repository at this point in the history
Minor updates
* Using latest base images
* Using Alpine 3.20 for Redis 7
* Updating to Redis 7.2.5
  • Loading branch information
bfren authored May 24, 2024
1 parent ec28050 commit 1c53355
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bfren/alpine-s6:alpine3.15-5.2.6
FROM bfren/alpine-s6:alpine3.15-5.3.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.19
3.20
2 changes: 1 addition & 1 deletion 7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bfren/alpine-s6:alpine3.19-5.2.6
FROM bfren/alpine-s6:alpine3.20-5.3.0

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

Expand Down
2 changes: 1 addition & 1 deletion 7/overlay/tmp/REDIS_BUILD
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.2.4-r0
7.2.5-r0
2 changes: 1 addition & 1 deletion 7/overlay/tmp/REDIS_REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.2.4
7.2.5
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.2.4
5.2.5
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.2.6"
BASE_VERSION="5.3.0"
echo "Base: ${BASE_VERSION}"

REDIS_VERSIONS="6 7"
Expand Down

0 comments on commit 1c53355

Please sign in to comment.