Update nginx Docker tag to v1.20.0

This commit is contained in:
Renovate Bot 2021-04-22 04:01:02 +00:00
parent d4e4b44fef
commit 57d2c8664e

View file

@ -1,3 +1,3 @@
FROM nginx:1.19.10-alpine
FROM nginx:1.20.0-alpine
COPY nginx.conf /etc/nginx/nginx.conf