Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Oct 2, 2024
1 parent 8ded426 commit 211f43c
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:416 /usr/local/bin/curl /usr/local/bin/curl
COPY --from=zoeyvid/valkey-static:30 /usr/local/bin/valkey-cli /usr/local/bin/valkey-cli
COPY --from=zoeyvid/valkey-static:30 /usr/local/bin/valkey-server /usr/local/bin/valkey-server
COPY --from=zoeyvid/valkey-static:31 /usr/local/bin/valkey-cli /usr/local/bin/valkey-cli
COPY --from=zoeyvid/valkey-static:31 /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 211f43c

Please sign in to comment.