Skip to content

Commit 6089dd0

Browse files
authored
feat: updated Valkey from v8 to v9 (#411)
1 parent a50e06c commit 6089dd0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build/valkey/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
ARG VALKEY_VERSION=8
1+
ARG VALKEY_VERSION=9
22

33
FROM valkey/valkey:${VALKEY_VERSION}-alpine
44

55
WORKDIR /valkey
66

77
COPY entrypoint.sh ./
88

9-
RUN chmod +x entrypoint.sh
9+
RUN chmod +x entrypoint.sh

0 commit comments

Comments
 (0)