Merge pull request #4 from Mastermindzh/snyk-fix-15ceb24d288dc99aa169f1fe38d9993a

[Snyk] Security upgrade nginx from 1.17.3 to 1.22.1
This commit is contained in:
Rick van Lieshout 2023-03-27 09:56:06 +02:00 committed by GitHub
commit 619acfad91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM nginx:1.17.3
FROM nginx:1.22.1
RUN mkdir -p /usr/share/nginx/html
COPY dist/ /usr/share/nginx/html