From 6a7c8462dd3df1ec32fea6559348b6836694faaf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Oct 2025 09:08:24 +0000 Subject: [PATCH] fix: frontend/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE317-EXPAT-7908296 - https://snyk.io/vuln/SNYK-ALPINE317-EXPAT-7908297 - https://snyk.io/vuln/SNYK-ALPINE317-CURL-7569022 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-7911573 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-7911573 --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 813697e..df011cb 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -15,7 +15,7 @@ WORKDIR /frontend/ RUN npm run build # Third stage is used for running the nginx production server using the built artifacts from the "builder" stage -FROM nginx:1.24-alpine AS production-server +FROM nginx:1.29.3-alpine AS production-server LABEL maintainer="Mutation Maker https://github.com/Merck/Mutation_Maker" COPY resources/docker-nginx-frontend.conf /etc/nginx/conf.d/default.conf COPY --from=builder /frontend/build /usr/share/nginx/html/