Skip to content

Commit

Permalink
feat: update version of curl in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
infloop committed Nov 29, 2023
1 parent 605fb43 commit 91676d0
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 @@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends -qq \
gcc=4:10.2.1-1 \
libffi-dev=3.3-6 \
g++=4:10.2.1-1 \
curl=7.74.0-1.3+deb11u7 \
curl=7.74.0-1.3+deb11u10 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 91676d0

Please sign in to comment.