Skip to content

Commit 5e506ae

Browse files
committed
chore(redis): upgrade codename to bookworm
1 parent cf2770e commit 5e506ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rootfs/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM registry.drycc.cc/drycc/base:bullseye
1+
FROM registry.drycc.cc/drycc/base:bookworm
22

33
ENV DRYCC_UID=1001 \
44
DRYCC_GID=1001 \
55
DRYCC_HOME_DIR=/data \
6-
REDIS_VERSION="7.0.4"
6+
REDIS_VERSION="7.0.11"
77

88
RUN groupadd drycc --gid ${DRYCC_GID} \
99
&& useradd drycc -u ${DRYCC_UID} -g ${DRYCC_GID} -s /bin/bash -m -d ${DRYCC_HOME_DIR}

0 commit comments

Comments
 (0)