Skip to content

Commit

Permalink
* Update default zstd version
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Mar 28, 2024
1 parent ec9fc69 commit 3f2e6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ RUN chmod +x /bin/injectived
#
FROM gcc:12 AS zstd_build

ARG ZTSD_SOURCE_URL="https://github.com/facebook/zstd/releases/download/v1.5.5/zstd-1.5.5.tar.gz"
ARG ZTSD_SOURCE_URL="https://github.com/facebook/zstd/releases/download/v1.5.6/zstd-1.5.6.tar.gz"

ENV VIRTUAL_ENV=/opt/venv
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
Expand Down

0 comments on commit 3f2e6d9

Please sign in to comment.