Merge pull request #17 from Mastermindzh/snyk-fix-d1d3369ad6376ac119a2e54c49f67556

[Snyk] Security upgrade nginx from 1.22.1 to 1.24
This commit is contained in:
Rick van Lieshout 2023-05-10 00:03:07 +02:00 committed by GitHub
commit d805b056cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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