From 32b43fadb051ae206e6ca92990feacd32a08e6f0 Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 6 Dec 2024 17:25:33 +0000 Subject: [PATCH] Using latest base images Using Alpine 3.21 for Redis 7 --- 6/Dockerfile | 2 +- 7/ALPINE_EDITION | 2 +- 7/Dockerfile | 2 +- generate-dockerfiles.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/6/Dockerfile b/6/Dockerfile index 59aab3b..cb691e5 100644 --- a/6/Dockerfile +++ b/6/Dockerfile @@ -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" diff --git a/7/ALPINE_EDITION b/7/ALPINE_EDITION index 8b6d177..f297023 100644 --- a/7/ALPINE_EDITION +++ b/7/ALPINE_EDITION @@ -1 +1 @@ -3.20 \ No newline at end of file +3.21 \ No newline at end of file diff --git a/7/Dockerfile b/7/Dockerfile index fe17e6b..d1a920d 100644 --- a/7/Dockerfile +++ b/7/Dockerfile @@ -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" diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index 9332fa9..0cf666b 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -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"