Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Jul 10, 2024
1 parent 9cc8827 commit 00b48f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ SHELL ["/bin/ash", "-o", "pipefail", "-c"]

RUN apk update && \
apk add --no-cache \
curl==8.5.0-r0 \
bash==5.2.21-r0 \
curl==8.8.0-r0 \
bash==5.2.26-r0 \
ca-certificates==20240226-r0 \
openssl==3.1.4-r6 && \
openssl==3.3.1-r1 && \
openssl s_client -connect helloworld.letsencrypt.org:443 -showcerts </dev/null 2>/dev/null | sed -e '/-----BEGIN/,/-----END/!d' | tee "/usr/local/share/ca-certificates/letsencrypt.crt" >/dev/null && \
update-ca-certificates

Expand Down

0 comments on commit 00b48f7

Please sign in to comment.