File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM europe-docker.pkg.dev/flownative/docker/base:bullseye
1
+ FROM europe-docker.pkg.dev/flownative/docker/base:bookworm
2
2
3
3
LABEL org.opencontainers.image.authors=
"Robert Lemke <[email protected] >"
4
4
@@ -8,10 +8,10 @@ LABEL org.label-schema.vendor="Flownative GmbH"
8
8
9
9
# -----------------------------------------------------------------------------
10
10
# Redis
11
- # Latest versions: https://packages.debian.org/bullseye /redis-server
11
+ # Latest versions: https://packages.debian.org/bookworm /redis-server
12
12
13
13
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 " \
15
15
REDIS_BASE_PATH=/opt/flownative/redis \
16
16
PATH="/opt/flownative/redis/bin:$PATH" \
17
17
LOG_DEBUG=false
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ deploy Redis using this Docker image.
48
48
49
49
Check the latest stable release on the tool's respective websites:
50
50
51
- - Redis: https://packages.debian.org/bullseye /redis-server
51
+ - Redis: https://packages.debian.org/bookworm /redis-server
52
52
53
53
## Security
54
54
You can’t perform that action at this time.
0 commit comments