We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef09e3e + b0f49bc commit fb052d9Copy full SHA for fb052d9
1 file changed
Dockerfile
@@ -36,7 +36,7 @@ RUN mkdir -p $PHP_INI_DIR/conf.d
36
37
# compile openssl, otherwise --with-openssl won't work
38
RUN set -xe \
39
- && OPENSSL_VERSION="1.0.2g" \
+ && OPENSSL_VERSION="1.0.1t" \
40
&& cd /tmp \
41
&& mkdir openssl \
42
&& curl -sL "https://www.openssl.org/source/openssl-$OPENSSL_VERSION.tar.gz" -o openssl.tar.gz \
0 commit comments