diff --git a/Containerfile b/Containerfile index 4a5fc18..bcf7e84 100644 --- a/Containerfile +++ b/Containerfile @@ -8,7 +8,7 @@ ENV \ SHELL ["/bin/ash", "-eo", "pipefail", "-c"] RUN \ apk add --no-cache --update \ - curl~=8.7 \ + curl~=8.8 \ zstd~=1.5 \ && curl --location --remote-name --silent $URL \ && printf %s\ \ %s $SHA $NME | sha256sum -cs \