Skip to content

Commit 3b748ea

Browse files
committed
fix: openssl version
1 parent 2cd8899 commit 3b748ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ARG COREUTILS_VERSION=9.3-r1
2222
ARG GETTEXT_VERSION=0.21.1-r7
2323

2424
# renovate: datasource=repology depName=alpine_3_18/openssl
25-
ARG OPENSSL_VERSION=3.1.1-r3
25+
ARG OPENSSL_VERSION=3.1.2-r0
2626

2727
RUN apk add --no-cache \
2828
bash==${BASH_VERSION} \

0 commit comments

Comments
 (0)