Skip to content

Commit

Permalink
⬆️ Upgrades musl to 1.2.3-r1 (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Nov 7, 2022
1 parent c05f856 commit d711941
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ RUN \
&& apk add --no-cache \
libcrypto1.1=1.1.1s-r0 \
libssl1.1=1.1.1s-r0 \
musl-utils=1.2.3-r0 \
musl=1.2.3-r0 \
musl-utils=1.2.3-r1 \
musl=1.2.3-r1 \
\
&& apk add --no-cache \
bash=5.1.16-r2 \
curl=7.83.1-r4 \
jq=1.6-r1 \
tzdata=2022f-r0 \
tzdata=2022f-r1 \
\
&& S6_VERSION="3.1.2.1" \
&& S6_ARCH="${BUILD_ARCH}" \
Expand Down

0 comments on commit d711941

Please sign in to comment.