Skip to content

Commit

Permalink
chore(deps): update zoeyvid/valkey-static docker tag to v41
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Zoey2936 committed Feb 15, 2025
1 parent 33cf41d commit 7135d33
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 @@ -26,8 +26,8 @@ SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
COPY rootfs /
COPY src /app/src

COPY --from=zoeyvid/valkey-static:38 /usr/local/bin/valkey-cli /usr/local/bin/valkey-cli
COPY --from=zoeyvid/valkey-static:38 /usr/local/bin/valkey-server /usr/local/bin/valkey-server
COPY --from=zoeyvid/valkey-static:41 /usr/local/bin/valkey-cli /usr/local/bin/valkey-cli
COPY --from=zoeyvid/valkey-static:41 /usr/local/bin/valkey-server /usr/local/bin/valkey-server

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

0 comments on commit 7135d33

Please sign in to comment.