We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 374a391 commit b7b3336Copy full SHA for b7b3336
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 8-2.19.3 2025-07-06 <dave at tiredofit dot ca>
2
+
3
+ ### Added
4
+ - Redis 8.0.3
5
6
7
## 8-2.19.2 2025-05-27 <dave at tiredofit dot ca>
8
9
### Added
Dockerfile
@@ -6,7 +6,7 @@ LABEL maintainer="Dave Conroy (github.com/tiredofit)"
ARG REDIS_VERSION
-ENV REDIS_VERSION=${REDIS_VERSION:-"8.0.2"} \
+ENV REDIS_VERSION=${REDIS_VERSION:-"8.0.3"} \
10
CONTAINER_ENABLE_MESSAGING=FALSE \
11
IMAGE_NAME="tiredofit/redis" \
12
IMAGE_REPO_URL="https://github.com/tiredofit/docker-redis/"
0 commit comments