Skip to content

Commit 09f134d

Browse files
authored
v6.1.3 (#167)
Minor updates * Using latest base images
1 parent d970b2a commit 09f134d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/bfren/alpine-s6:alpine3.15-6.1.2
1+
FROM quay.io/bfren/alpine-s6:alpine3.15-6.1.3
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 quay.io/bfren/alpine-s6:alpine3.21-6.1.2
1+
FROM quay.io/bfren/alpine-s6:alpine3.21-6.1.3
22

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

8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/bfren/alpine-s6:alpine3.23-6.1.2
1+
FROM quay.io/bfren/alpine-s6:alpine3.23-6.1.3
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-
6.1.2
1+
6.1.3

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="6.1.2"
7+
BASE_VERSION="6.1.3"
88
echo "Base: ${BASE_VERSION}"
99

1010
REDIS_VERSIONS="6 7 8"

0 commit comments

Comments
 (0)