Skip to content

Commit 216f7a8

Browse files
authored
v5.3.1 (#153)
Minor updates * Using latest base images * Updating to Redis 7.2.7 Documentation updates * Updating copyright year to 2025
1 parent 3dea00c commit 216f7a8

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
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.5.0
1+
FROM ghcr.io/bfren/alpine-s6:alpine3.15-5.5.1
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.21-5.5.0
1+
FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.5.1
22

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

7/overlay/tmp/REDIS_BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.2.5-r2
1+
7.2.7-r0

7/overlay/tmp/REDIS_REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.2.5
1+
7.2.7

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020-2024 bfren
3+
Copyright (c) 2020-2025 bfren
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ Basic Redis image with support for v6 and v7 and various configuration options.
3434
3535
## Copyright
3636

37-
> Copyright (c) 2020-2024 [bfren](https://bfren.dev) (unless otherwise stated)
37+
> Copyright (c) 2020-2025 [bfren](https://bfren.dev) (unless otherwise stated)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.3.0
1+
5.3.1

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

1010
REDIS_VERSIONS="6 7"

0 commit comments

Comments
 (0)