⬆️ Upgrades nginx to 1.14.2-r0

This commit is contained in:
Franck Nijhof 2018-12-12 00:21:41 +01:00
parent 751f516a5b
commit b3af502766
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -7,13 +7,13 @@ COPY rootfs /
# Install packages
RUN \
apk add --no-cache \
nodejs-current=9.11.1-r2 \
yarn=1.7.0-r0 \
nginx=1.14.0-r1 \
git=2.18.1-r0 \
wget=1.19.5-r0 \
inotify-tools=3.20.1-r1
apk add --no-cache \
nodejs-current=9.11.1-r2 \
yarn=1.7.0-r0 \
nginx=1.14.2-r0 \
git=2.18.1-r0 \
wget=1.19.5-r0 \
inotify-tools=3.20.1-r1
# Create nginx directories
RUN mkdir -p /run/nginx && mkdir -p /usr/share/nginx/html