diff --git a/6/Dockerfile b/6/Dockerfile index 34da563..e1acd44 100644 --- a/6/Dockerfile +++ b/6/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.15-5.6.3 +FROM ghcr.io/bfren/alpine-s6:alpine3.15-5.6.5 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-redis" diff --git a/7/Dockerfile b/7/Dockerfile index 619ad99..a08f4db 100644 --- a/7/Dockerfile +++ b/7/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.6.3 +FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.6.5 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-redis" diff --git a/8/Dockerfile b/8/Dockerfile index 3553a7d..c8f14ff 100644 --- a/8/Dockerfile +++ b/8/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.22-5.6.3 +FROM ghcr.io/bfren/alpine-s6:alpine3.22-5.6.5 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-redis" diff --git a/8/overlay/tmp/REDIS_BUILD b/8/overlay/tmp/REDIS_BUILD index e56068f..af749ca 100644 --- a/8/overlay/tmp/REDIS_BUILD +++ b/8/overlay/tmp/REDIS_BUILD @@ -1 +1 @@ -8.0.2-r0 \ No newline at end of file +8.0.3-r0 \ No newline at end of file diff --git a/8/overlay/tmp/REDIS_REVISION b/8/overlay/tmp/REDIS_REVISION index 608c4e7..24afbc9 100644 --- a/8/overlay/tmp/REDIS_REVISION +++ b/8/overlay/tmp/REDIS_REVISION @@ -1 +1 @@ -8.0.2 \ No newline at end of file +8.0.3 \ No newline at end of file diff --git a/VERSION b/VERSION index f430587..b5db170 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.4.2 \ No newline at end of file +5.4.3 \ No newline at end of file diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index d5747ef..b8e7cdf 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="5.6.3" +BASE_VERSION="5.6.5" echo "Base: ${BASE_VERSION}" REDIS_VERSIONS="6 7 8"