⬆️ Updates nginx to version 1.14.2-r1 (#50)

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

View file

@ -11,7 +11,7 @@ WORKDIR /opt
# Setup base # Setup base
RUN \ RUN \
apk add --no-cache \ apk add --no-cache \
nginx=1.14.2-r0 \ nginx=1.14.2-r1 \
php7-curl=7.2.18-r0 \ php7-curl=7.2.18-r0 \
php7-fileinfo=7.2.18-r0 \ php7-fileinfo=7.2.18-r0 \
php7-fpm=7.2.18-r0 \ php7-fpm=7.2.18-r0 \