From 10fb271b774265a7d5829bae0cc184ca7cc117c3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Jul 2024 06:40:11 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7413523 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7413523 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7413527 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7413527 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f617d7912..d440201de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ COPY . . RUN npm run build # Production stage -FROM nginx:stable-alpine as production-stage +FROM nginx:1.26.1-alpine3.19 as production-stage COPY --from=build-stage /app/dist /usr/share/nginx/html EXPOSE 80 CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file