Merge pull request 'Update nginx Docker tag to v1.19.9' (#7) from renovate/docker-nginx-1.x into master

Reviewed-on: samuel-p/connectivity-check#7
This commit is contained in:
Samuel Philipp 2021-03-31 10:21:06 +00:00
commit d31c135646
1 changed files with 1 additions and 1 deletions

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