Skip to content

Commit

Permalink
fix: ok, pin curl version
Browse files Browse the repository at this point in the history
  • Loading branch information
dputko committed Dec 23, 2024
1 parent c5d30f7 commit a17b7d5
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 @@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends -qq \
libffi-dev=3.3-6 \
g++=4:10.2.1-1 \
git=1:2.30.2-1+deb11u2 \
curl \
curl=7.74.0-1.3+deb11u14 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit a17b7d5

Please sign in to comment.