Merge branch 'master' into update-nginx-1.14.2-r1

This commit is contained in:
Joakim Sørensen 2019-05-18 12:24:46 +02:00 committed by GitHub
commit 92a9e99a2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,19 +12,19 @@ WORKDIR /opt
RUN \
apk add --no-cache \
nginx=1.14.2-r1 \
php7-curl=7.2.17-r0 \
php7-fileinfo=7.2.17-r0 \
php7-fpm=7.2.17-r0 \
php7-json=7.2.17-r0 \
php7-opcache=7.2.17-r0 \
php7-openssl=7.2.17-r0 \
php7-phar=7.2.17-r0 \
php7-session=7.2.17-r0 \
php7-sockets=7.2.17-r0 \
php7-sqlite3=7.2.17-r0 \
php7-zip=7.2.17-r0 \
php7-simplexml=7.2.17-r0 \
php7-xml=7.2.17-r0 \
php7-curl=7.2.18-r0 \
php7-fileinfo=7.2.18-r0 \
php7-fpm=7.2.18-r0 \
php7-json=7.2.18-r0 \
php7-opcache=7.2.18-r0 \
php7-openssl=7.2.18-r0 \
php7-phar=7.2.18-r0 \
php7-session=7.2.18-r0 \
php7-sockets=7.2.18-r0 \
php7-sqlite3=7.2.18-r0 \
php7-zip=7.2.18-r0 \
php7-simplexml=7.2.18-r0 \
php7-xml=7.2.18-r0 \
\
&& mkdir -p /opt \
\