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 3fac5b3 commit 5f5f1f7Copy full SHA for 5f5f1f7
1 file changed
rootfs/Dockerfile
@@ -4,9 +4,9 @@ FROM registry.drycc.cc/drycc/base:${CODENAME}
4
ENV DRYCC_UID=1001 \
5
DRYCC_GID=1001 \
6
DRYCC_HOME_DIR=/data \
7
- VALKEY_VERSION="8.1.1" \
+ VALKEY_VERSION="8.1.3" \
8
VALKEY_SENTINEL_PROXY_VERSION="1.0.2" \
9
- REDIS_EXPORTER_VERSION="1.51.0"
+ REDIS_EXPORTER_VERSION="1.76.0"
10
11
RUN groupadd drycc --gid ${DRYCC_GID} \
12
&& useradd drycc -u ${DRYCC_UID} -g ${DRYCC_GID} -s /bin/bash -m -d ${DRYCC_HOME_DIR}
0 commit comments