Skip to content

Commit 2f5975a

Browse files
committed
chore: OpenSSL 1.1.1k which fixes CVE-2021-3450
more details on https://www.openssl.org/news/secadv/20210325.txt
1 parent d179f75 commit 2f5975a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ARG TOOLCHAIN=stable
1616

1717
# OpenSSL v1.1.1
1818
# https://www.openssl.org/source/old/1.1.1/
19-
ARG OPENSSL_VERSION=1.1.1i
19+
ARG OPENSSL_VERSION=1.1.1k
2020

2121
# zlib - http://zlib.net/
2222
ARG ZLIB_VERSION=1.2.11

0 commit comments

Comments
 (0)