Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
build(deps): bump curl from 7.64.0-4+deb10ur6 to 7.64.0-4+deb10u7
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Oct 25, 2023
1 parent cdb5ffe commit cc041ac
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.6 \
curl=7.64.0-4+deb10u3 \
curl=7.64.0-4+deb10u7 \
&& 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 cc041ac

Please sign in to comment.