Skip to content

Commit 5f9e6c1

Browse files
kitsunetkdambekalns
authored andcommitted
Update to Redis v7 based on Bookworm release
1 parent 9d0876c commit 5f9e6c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM europe-docker.pkg.dev/flownative/docker/base:bullseye
1+
FROM europe-docker.pkg.dev/flownative/docker/base:bookworm
22

33
LABEL org.opencontainers.image.authors="Robert Lemke <[email protected]>"
44

@@ -8,10 +8,10 @@ LABEL org.label-schema.vendor="Flownative GmbH"
88

99
# -----------------------------------------------------------------------------
1010
# Redis
11-
# Latest versions: https://packages.debian.org/bullseye/redis-server
11+
# Latest versions: https://packages.debian.org/bookworm/redis-server
1212

1313
ENV FLOWNATIVE_LIB_PATH=/opt/flownative/lib \
14-
REDIS_VERSION="5:6.0.16-1+deb11u2" \
14+
REDIS_VERSION="5:7.0.15-1~deb12u1" \
1515
REDIS_BASE_PATH=/opt/flownative/redis \
1616
PATH="/opt/flownative/redis/bin:$PATH" \
1717
LOG_DEBUG=false

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ deploy Redis using this Docker image.
4848

4949
Check the latest stable release on the tool's respective websites:
5050

51-
- Redis: https://packages.debian.org/bullseye/redis-server
51+
- Redis: https://packages.debian.org/bookworm/redis-server
5252

5353
## Security
5454

0 commit comments

Comments
 (0)