We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a50e06c commit 6089dd0Copy full SHA for 6089dd0
1 file changed
build/valkey/Dockerfile
@@ -1,9 +1,9 @@
1
-ARG VALKEY_VERSION=8
+ARG VALKEY_VERSION=9
2
3
FROM valkey/valkey:${VALKEY_VERSION}-alpine
4
5
WORKDIR /valkey
6
7
COPY entrypoint.sh ./
8
9
-RUN chmod +x entrypoint.sh
+RUN chmod +x entrypoint.sh
0 commit comments