diff --git a/6/Dockerfile b/6/Dockerfile index 82c5351..4761a8e 100644 --- a/6/Dockerfile +++ b/6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.15-6.1.9 +FROM quay.io/bfren/alpine-s6:alpine3.15-6.2.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-redis" diff --git a/7/Dockerfile b/7/Dockerfile index 67c33a3..b91123d 100644 --- a/7/Dockerfile +++ b/7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.21-6.1.9 +FROM quay.io/bfren/alpine-s6:alpine3.21-6.2.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-redis" diff --git a/8/ALPINE_EDITION b/8/ALPINE_EDITION index 2ef9c66..98ee6f1 100644 --- a/8/ALPINE_EDITION +++ b/8/ALPINE_EDITION @@ -1 +1 @@ -3.23 \ No newline at end of file +3.24 \ No newline at end of file diff --git a/8/Dockerfile b/8/Dockerfile index faa898e..2cc7158 100644 --- a/8/Dockerfile +++ b/8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.23-6.1.9 +FROM quay.io/bfren/alpine-s6:alpine3.24-6.2.0 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 5f38606..c8a27e6 100644 --- a/8/overlay/tmp/REDIS_BUILD +++ b/8/overlay/tmp/REDIS_BUILD @@ -1 +1 @@ -8.4.2-r0 \ No newline at end of file +8.8.0-r0 \ No newline at end of file diff --git a/8/overlay/tmp/REDIS_MINOR b/8/overlay/tmp/REDIS_MINOR index fad0300..83ea317 100644 --- a/8/overlay/tmp/REDIS_MINOR +++ b/8/overlay/tmp/REDIS_MINOR @@ -1 +1 @@ -8.4 \ No newline at end of file +8.8 \ No newline at end of file diff --git a/8/overlay/tmp/REDIS_REVISION b/8/overlay/tmp/REDIS_REVISION index 7857a94..cfc27b4 100644 --- a/8/overlay/tmp/REDIS_REVISION +++ b/8/overlay/tmp/REDIS_REVISION @@ -1 +1 @@ -8.4.2 \ No newline at end of file +8.8.0 \ No newline at end of file diff --git a/VERSION b/VERSION index aeee9f7..1092ea0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.1.8 \ No newline at end of file +6.1.9 \ No newline at end of file diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index a525915..ba36f45 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="6.1.9" +BASE_VERSION="6.2.0" echo "Base: ${BASE_VERSION}" REDIS_VERSIONS="6 7 8"