Skip to content

Commit

Permalink
Remove apk upgrade (#116)
Browse files Browse the repository at this point in the history
Signed-off-by: Byron Ruth <byron@nats.io>
  • Loading branch information
bruth committed Aug 7, 2023
1 parent 0ba8410 commit 36c7375
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 2.9.21/alpine3.18/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ RUN set -eux; \
echo "${sha256} *nats-server.tar.gz" | sha256sum -c -; \
\
apk add --no-cache ca-certificates tzdata; \
apk add --upgrade libcrypto3 libssl3; \
\
tar -xf nats-server.tar.gz; \
rm nats-server.tar.gz; \
Expand Down

0 comments on commit 36c7375

Please sign in to comment.