From 0c3950cf18ac0767924318568da709db164a1dd2 Mon Sep 17 00:00:00 2001 From: Ross Kinder Date: Thu, 20 Oct 2016 20:21:00 -0400 Subject: [PATCH] static build: openssl version bump --- Dockerfile.build-static | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.build-static b/Dockerfile.build-static index b290605..7b8441e 100644 --- a/Dockerfile.build-static +++ b/Dockerfile.build-static @@ -54,8 +54,8 @@ RUN curl -sL ftp://xmlsoft.org/libxml2/libxml2-2.9.4.tar.gz | tar -xzf - && \ make install RUN \ - curl -sL ftp://ftp.openssl.org/source/openssl-1.0.2h.tar.gz | tar -xzf - && \ - cd openssl-1.0.2h && \ + curl -sL ftp://ftp.openssl.org/source/openssl-1.0.2j.tar.gz | tar -xzf - && \ + cd openssl-1.0.2j && \ ./config \ no-shared \ no-weak-ssl-ciphers \