Update nginx Docker tag to v1.21.0

This commit is contained in:
Renovate Bot 2021-05-25 19:00:42 +00:00
parent 53b26b7d0f
commit 77534f0694

View file

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