⬆️ Upgrades nginx to 1.14.2-r0

This commit is contained in:
Franck Nijhof 2019-01-09 21:14:55 +01:00
parent f6962313cd
commit 368dd77981
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -9,9 +9,9 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN \ RUN \
apk add --no-cache \ apk add --no-cache \
cifs-utils=6.8-r0 \ cifs-utils=6.8-r0 \
nginx=1.14.0-r1 \
ffmpeg@edge=4.0.2-r0 \ ffmpeg@edge=4.0.2-r0 \
motion@edge=4.1.1-r1 \ motion@edge=4.1.1-r1 \
nginx=1.14.2-r0 \
py2-curl=7.43.0-r5 \ py2-curl=7.43.0-r5 \
py2-pillow=4.3.0-r0 \ py2-pillow=4.3.0-r0 \
py2-pip=10.0.1-r0 \ py2-pip=10.0.1-r0 \