mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-11 11:55:38 +00:00
fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3065656 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3065656 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3179181 - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-3113871 - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-3252499
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM nginx:latest
|
FROM nginx:1.23
|
||||||
|
|
||||||
COPY public /usr/share/nginx/html
|
COPY public /usr/share/nginx/html
|
||||||
COPY nginx.conf /etc/nginx/conf.d/default.conf.template
|
COPY nginx.conf /etc/nginx/conf.d/default.conf.template
|
||||||
|
|||||||
Reference in New Issue
Block a user