Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 2a88431

Browse files
authored
Update openssl version 1.1.1h of dockerfile to 1.1.1j (#941)
1 parent d515672 commit 2a88431

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
@@ -34,7 +34,7 @@ RUN wget -O - ${NICE_REPO} | tar xz && \
3434

3535

3636
# Build open ssl
37-
ARG OPENSSL_VER="1.1.1h"
37+
ARG OPENSSL_VER="1.1.1j"
3838
ARG OPENSSL_REPO=https://www.openssl.org/source/openssl-${OPENSSL_VER}.tar.gz
3939

4040
RUN wget -O - ${OPENSSL_REPO} | tar xz && \

0 commit comments

Comments
 (0)