Update nginx Docker tag to v1.21.1

This commit is contained in:
Renovate Bot 2021-07-07 04:01:14 +00:00
parent e2f5a4731c
commit e4b3948634
1 changed files with 1 additions and 1 deletions

View File

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