Update nginx Docker tag to v1.19.9

This commit is contained in:
Renovate Bot 2021-03-30 19:00:31 +00:00
parent d403aaec62
commit 243e3d5b09

View file

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