Skip to content

Commit

Permalink
Bump openssl version
Browse files Browse the repository at this point in the history
  • Loading branch information
muzuke committed Jan 14, 2025
1 parent 2599e96 commit aa4311f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM nginx:1.25-alpine
LABEL maintainer="[email protected]"

RUN apk add --no-cache --update libressl=3.8.2-r0 wget=1.21.4-r0 openssl=3.1.4-r6 && \
RUN apk add --no-cache --update libressl=3.8.2-r0 wget=1.21.4-r0 openssl=3.1.7-r1 && \
apk del curl libcurl

# good idea to persist this
Expand Down

0 comments on commit aa4311f

Please sign in to comment.