Skip to content

Commit

Permalink
⬆️ Upgrades musl to 1.1.24-r1 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjorim authored Mar 9, 2020
1 parent 79ec671 commit df62742
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 @@ -32,8 +32,8 @@ RUN \
&& apk add --no-cache \
libcrypto1.1=1.1.1d-r3 \
libssl1.1=1.1.1d-r3 \
musl-utils=1.1.24-r0 \
musl=1.1.24-r0 \
musl-utils=1.1.24-r1 \
musl=1.1.24-r1 \
\
&& apk add --no-cache \
bash=5.0.11-r1 \
Expand Down

0 comments on commit df62742

Please sign in to comment.