Skip to content

Commit 149f5d8

Browse files
committed
chore(Dockerfile): bump valkey-sentinel-proxy version
1 parent 22610f2 commit 149f5d8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Different components use different db, as follows:
99

1010
* `controller` use db 0
1111
* `passport` use db 1
12-
* `fluentbit` and `logger` use db 2
12+
* `grafana` use db 2
1313
* `manager` use db 10
1414
* `helmbroker` use db 11
1515

rootfs/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ARG DRYCC_UID=1001 \
55
DRYCC_GID=1001 \
66
DRYCC_HOME_DIR=/data \
77
VALKEY_VERSION="9.0.0" \
8-
VALKEY_SENTINEL_PROXY_VERSION="2.0.0" \
9-
REDIS_EXPORTER_VERSION="1.80.0"
8+
VALKEY_SENTINEL_PROXY_VERSION="2.0.1" \
9+
REDIS_EXPORTER_VERSION="1.80.1"
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)