Update nginx Docker tag to v1.21.1 #11

Merged
samuel-p merged 1 commit from renovate/nginx-1.x into master 2021-07-11 21:24:49 +00:00
Showing only changes of commit e4b3948634 - Show all commits

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