Skip to content

Commit

Permalink
chore(deps): update zoeyvid/valkey-static docker tag to v38
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Zoey2936 committed Jan 9, 2025
1 parent c761902 commit d386330
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:35 /usr/local/bin/valkey-cli /usr/local/bin/valkey-cli
COPY --from=zoeyvid/valkey-static:35 /usr/local/bin/valkey-server /usr/local/bin/valkey-server
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

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

0 comments on commit d386330

Please sign in to comment.