Update nginx Docker tag to v1.19.10

This commit is contained in:
Renovate Bot 2021-04-14 04:00:51 +00:00
parent d31c135646
commit 9588514c28
1 changed files with 1 additions and 1 deletions

View File

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