Update nginx to 1.20.0

pull/630/head
cruizba 2021-05-11 14:42:21 +02:00
parent 7a4435dd51
commit fc51f2f272
1 changed files with 1 additions and 1 deletions

View File

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