Skip to content

Commit 05baa09

Browse files
authored
v5.2.13 (#147)
Minor updates * Using latest base images
1 parent 9ab91ee commit 05baa09

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/bfren/alpine-s6:alpine3.15-5.4.8
1+
FROM ghcr.io/bfren/alpine-s6:alpine3.15-5.4.9
22

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

7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.4.8
1+
FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.4.9
22

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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.2.12
1+
5.2.13

generate-dockerfiles.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44

55
docker pull bfren/alpine
66

7-
BASE_VERSION="5.4.8"
7+
BASE_VERSION="5.4.9"
88
echo "Base: ${BASE_VERSION}"
99

1010
REDIS_VERSIONS="6 7"

0 commit comments

Comments
 (0)