Skip to content

Commit

Permalink
💚 update curl version
Browse files Browse the repository at this point in the history
  • Loading branch information
ad2ien committed Jan 10, 2024
1 parent 6ac40b9 commit a8c0814
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 @@ -23,7 +23,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN apt-get update \
&& apt-get install --no-install-recommends -y \
build-essential=12.9 \
curl=7.74.0-1.3+deb11u10 \
curl=7.74.0-1.3+deb11u11 \
&& curl -sSL https://install.python-poetry.org | python3 \
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
&& apt-get clean -y \
Expand Down

0 comments on commit a8c0814

Please sign in to comment.