Update nginx Docker tag to v1.21.3

This commit is contained in:
Renovate Bot 2021-09-09 19:01:10 +00:00
parent 7b7c9c8141
commit 3bbce9c488
1 changed files with 1 additions and 1 deletions

View File

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