Skip to content

Commit

Permalink
v5.1.1 (#131)
Browse files Browse the repository at this point in the history
Minor updates
* Using latest base images
  • Loading branch information
bfren authored Dec 22, 2023
1 parent 0ad188f commit 3056f26
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bfren/alpine-s6:alpine3.15-5.1.0
FROM bfren/alpine-s6:alpine3.15-5.1.1

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

Expand Down
2 changes: 1 addition & 1 deletion 7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bfren/alpine-s6:alpine3.19-5.1.0
FROM bfren/alpine-s6:alpine3.19-5.1.1

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

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.0
5.1.1
2 changes: 1 addition & 1 deletion generate-dockerfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

docker pull bfren/alpine

BASE_VERSION="5.1.0"
BASE_VERSION="5.1.1"
echo "Base: ${BASE_VERSION}"

REDIS_VERSIONS="6 7"
Expand Down

0 comments on commit 3056f26

Please sign in to comment.