From f546822baf82027888f10c5b5fa2254df92c67fd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Dec 2023 18:45:18 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-CURL-6104720 - https://snyk.io/vuln/SNYK-ALPINE318-CURL-6104720 - https://snyk.io/vuln/SNYK-ALPINE318-CURL-6104721 - https://snyk.io/vuln/SNYK-ALPINE318-CURL-6104721 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ffa074c8..6d71e77d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ COPY /src ./src RUN npm run build:prod -FROM nginx:alpine +FROM nginx:1.25.3-alpine3.18 COPY nginx.conf /etc/nginx/nginx.conf