Skip to content

Commit

Permalink
pin curl version
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhgn committed Sep 20, 2024
1 parent a536dd6 commit 7f83d5a
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.1 \
curl=8.5.0-2ubuntu10.4 \
&& \
update-ca-certificates && \
apt-get clean && \
Expand Down

0 comments on commit 7f83d5a

Please sign in to comment.