Skip to content

Commit fb052d9

Browse files
authored
Merge pull request #8 from pokerspa/master
Fix openssl version to match distro libs
2 parents ef09e3e + b0f49bc commit fb052d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN mkdir -p $PHP_INI_DIR/conf.d
3636

3737
# compile openssl, otherwise --with-openssl won't work
3838
RUN set -xe \
39-
&& OPENSSL_VERSION="1.0.2g" \
39+
&& OPENSSL_VERSION="1.0.1t" \
4040
&& cd /tmp \
4141
&& mkdir openssl \
4242
&& curl -sL "https://www.openssl.org/source/openssl-$OPENSSL_VERSION.tar.gz" -o openssl.tar.gz \

0 commit comments

Comments
 (0)