chore(Nginx): Upgrade to 1.21.1

http://nginx.org/en/CHANGES
This commit is contained in:
Simon 2021-09-06 09:59:14 +02:00
parent e21e654177
commit aba6862e28
1 changed files with 1 additions and 1 deletions

View File

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