⬆️ Upgrades nginx to 1.16.1-r0

This commit is contained in:
Franck Nijhof 2019-08-16 21:25:05 +02:00
parent ba31b7c698
commit 1ee18743f9
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -9,7 +9,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# hadolint ignore=DL3003 # hadolint ignore=DL3003
RUN \ RUN \
apk add --no-cache \ apk add --no-cache \
nginx=1.16.0-r2 \ nginx=1.16.1-r0 \
php7-fpm=7.3.8-r0 \ php7-fpm=7.3.8-r0 \
php7-json=7.3.8-r0 \ php7-json=7.3.8-r0 \
php7-mbstring=7.3.8-r0 \ php7-mbstring=7.3.8-r0 \