Skip to content

Commit

Permalink
⬆️ Upgrades curl to 7.88.1-r0 (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Mar 5, 2023
1 parent 0fa008c commit 3bbb2d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN \
set -o pipefail \
\
&& apk add --no-cache --virtual .build-dependencies \
tar=1.34-r1 \
tar=1.34-r2 \
xz=5.2.9-r0 \
\
&& apk add --no-cache \
Expand All @@ -41,7 +41,7 @@ RUN \
\
&& apk add --no-cache \
bash=5.2.15-r0 \
curl=7.87.0-r2 \
curl=7.88.1-r0 \
jq=1.6-r2 \
tzdata=2022f-r1 \
\
Expand Down

0 comments on commit 3bbb2d8

Please sign in to comment.