Skip to content

Commit 5f5f1f7

Browse files
committed
chore(valkey): bump new version
1 parent 3fac5b3 commit 5f5f1f7

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
@@ -4,9 +4,9 @@ FROM registry.drycc.cc/drycc/base:${CODENAME}
44
ENV DRYCC_UID=1001 \
55
DRYCC_GID=1001 \
66
DRYCC_HOME_DIR=/data \
7-
VALKEY_VERSION="8.1.1" \
7+
VALKEY_VERSION="8.1.3" \
88
VALKEY_SENTINEL_PROXY_VERSION="1.0.2" \
9-
REDIS_EXPORTER_VERSION="1.51.0"
9+
REDIS_EXPORTER_VERSION="1.76.0"
1010

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

0 commit comments

Comments
 (0)