diff options
author | erciccione <erciccione@protonmail.com> | 2021-01-26 11:27:08 +0000 |
---|---|---|
committer | erciccione <erciccione@protonmail.com> | 2021-01-26 11:27:08 +0000 |
commit | 1957b5a8ef41d2ad7bf1494e5e77badfe11a108e (patch) | |
tree | 947debc3846cef7c5b106480f6ab1b41055c6272 /Dockerfile | |
parent | Merge pull request #7260 (diff) | |
download | monero-1957b5a8ef41d2ad7bf1494e5e77badfe11a108e.tar.xz |
Dockerfile: bump openssl version to 1.1.1i
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile index 61bbd76f2..51fd51e1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,8 +55,8 @@ RUN set -ex \ ENV BOOST_ROOT /usr/local/boost_${BOOST_VERSION} # OpenSSL -ARG OPENSSL_VERSION=1.1.1g -ARG OPENSSL_HASH=ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46 +ARG OPENSSL_VERSION=1.1.1i +ARG OPENSSL_HASH=e8be6a35fe41d10603c3cc635e93289ed00bf34b79671a3a4de64fcee00d5242 RUN set -ex \ && curl -s -O https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz \ && echo "${OPENSSL_HASH} openssl-${OPENSSL_VERSION}.tar.gz" | sha256sum -c \ |