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

Commit

Permalink
fix(docker): update curl locked version
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Jul 29, 2021
1 parent bbf3916 commit 3b13623
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ RUN set -x \
&& apt-get update \
#
&& apt-get install -y --no-install-recommends \
# renovate: datasource=repology depName=ubuntu_18_04/curl versioning=loose
curl=7.58.0 \
curl=7.58.0-2ubuntu3.14 \
#
&& apt-get purge -y --auto-remove \
&& apt-get -y clean \
Expand Down

0 comments on commit 3b13623

Please sign in to comment.