Update nginx to 1.20.0

This commit is contained in:
cruizba 2021-05-11 14:42:21 +02:00
parent 7a4435dd51
commit fc51f2f272

View File

@ -1,4 +1,4 @@
FROM nginx:1.18.0-alpine
FROM nginx:1.20.0-alpine
# Install required software
RUN apk update && \