Skip to content

Commit

Permalink
bump curl
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhgn committed Dec 31, 2024
1 parent 662f8e3 commit ade4724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/scripts/apt_get_essential.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eou pipefail
apt-get update && apt-get install -y --no-install-recommends \
apt-utils=2.7.14build2 \
ca-certificates=20240203 \
curl=8.5.0-2ubuntu10.4 \
curl=8.5.0-2ubuntu10.6 \
&& \
update-ca-certificates && \
apt-get clean && \
Expand Down

0 comments on commit ade4724

Please sign in to comment.