Update nginx to 1.19.4

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-10-28 11:24:51 -03:00
parent 94bcf63579
commit 2c1279cd8b
21 changed files with 405 additions and 93 deletions

View file

@ -21,7 +21,7 @@ RUN apk add -U bash \
&& /build.sh
# Use a multi-stage build
FROM alpine:3.11
FROM alpine:3.12
ENV PATH=$PATH:/usr/local/luajit/bin:/usr/local/nginx/sbin:/usr/local/nginx/bin