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

Commit

Permalink
fix(Dockerfile): silent curl version update through ubuntu image
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil authored Apr 22, 2021
1 parent 2fc4c8e commit dc0bb93
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 set -x \
&& apt-get update \
#
&& apt-get install -y --no-install-recommends \
curl=7.58.0-2ubuntu3.12 \
curl=7.58.0-2ubuntu3.13 \
#
&& apt-get purge -y --auto-remove \
&& apt-get -y clean \
Expand Down

0 comments on commit dc0bb93

Please sign in to comment.