⬆️ Upgrade php7 modules to 7.2.14-r0

This commit is contained in:
ludeeus 2019-03-24 13:59:40 +01:00
parent 4a9cdd344e
commit f72ef8bb81

View file

@ -11,21 +11,20 @@ WORKDIR /opt
# Setup base # Setup base
RUN \ RUN \
apk add --no-cache \ apk add --no-cache \
apache2-utils=2.4.38-r3 \
nginx=1.14.2-r0 \ nginx=1.14.2-r0 \
php7-curl=7.2.13-r0 \ php7-curl=7.2.14-r0 \
php7-fileinfo=7.2.13-r0 \ php7-fileinfo=7.2.14-r0 \
php7-fpm=7.2.13-r0 \ php7-fpm=7.2.14-r0 \
php7-json=7.2.13-r0 \ php7-json=7.2.14-r0 \
php7-opcache=7.2.13-r0 \ php7-opcache=7.2.14-r0 \
php7-openssl=7.2.13-r0 \ php7-openssl=7.2.14-r0 \
php7-phar=7.2.13-r0 \ php7-phar=7.2.14-r0 \
php7-session=7.2.13-r0 \ php7-session=7.2.14-r0 \
php7-sockets=7.2.13-r0 \ php7-sockets=7.2.14-r0 \
php7-sqlite3=7.2.13-r0 \ php7-sqlite3=7.2.14-r0 \
php7-zip=7.2.13-r0 \ php7-zip=7.2.14-r0 \
php7-simplexml=7.2.13-r0 \ php7-simplexml=7.2.14-r0 \
php7-xml=7.2.13-r0 \ php7-xml=7.2.14-r0 \
\ \
&& mkdir -p /opt \ && mkdir -p /opt \
\ \