Skip to content

Commit

Permalink
Bump curl 8.7->8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavid committed Jun 27, 2024
1 parent 4bda406 commit 7de48bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 7de48bb

Please sign in to comment.