Skip to content

Commit

Permalink
chore(deps): update zoeyvid/valkey-static docker tag to v29
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 8, 2024
1 parent 615ba3f commit 9bb7ee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ COPY rootfs /
COPY src /app/src

COPY --from=zoeyvid/curl-quic:410 /usr/local/bin/curl /usr/local/bin/curl
COPY --from=zoeyvid/valkey-static:26 /usr/local/bin/valkey-cli /usr/local/bin/valkey-cli
COPY --from=zoeyvid/valkey-static:26 /usr/local/bin/valkey-server /usr/local/bin/valkey-server
COPY --from=zoeyvid/valkey-static:29 /usr/local/bin/valkey-cli /usr/local/bin/valkey-cli
COPY --from=zoeyvid/valkey-static:29 /usr/local/bin/valkey-server /usr/local/bin/valkey-server

ARG CRS_VER=v4.5.0
RUN apk upgrade --no-cache -a && \
Expand Down

0 comments on commit 9bb7ee8

Please sign in to comment.