⬆️ Upgrades nginx to 1.16.1-r1

This commit is contained in:
Franck Nijhof 2019-11-20 12:44:21 +01:00
parent 7a82c11fbc
commit ff21f73d02
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -20,8 +20,8 @@ RUN \
\ \
&& apk add --no-cache \ && apk add --no-cache \
lua-resty-http=0.13-r0 \ lua-resty-http=0.13-r0 \
nginx-mod-http-lua=1.16.1-r0 \ nginx-mod-http-lua=1.16.1-r1 \
nginx=1.16.1-r0 \ nginx=1.16.1-r1 \
python3=3.7.5-r1 \ python3=3.7.5-r1 \
\ \
&& pip3 install \ && pip3 install \