Skip to content

Commit 605b7a1

Browse files
Go with openssl 1.1.1w (#486)
1 parent e3d4059 commit 605b7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layers/relay/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ END
2828

2929
# Install OpenSSL 1.1 because Relay doesn't work with OpenSSL 3
3030
# https://github.com/openssl/openssl/releases
31-
ENV VERSION_OPENSSL=1.1.1v
31+
ENV VERSION_OPENSSL=1.1.1w
3232
ENV OPENSSL_BUILD_DIR=${BUILD_DIR}/openssl
3333
ENV CA_BUNDLE_SOURCE="https://curl.se/ca/cacert.pem"
3434
ENV CA_BUNDLE="${INSTALL_DIR}/bref/ssl/cert.pem"

0 commit comments

Comments
 (0)