From 7b98e3053d9c03a9d715d2e5927c81a715665448 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Jan 2026 05:14:08 +0000 Subject: [PATCH] fix: frontend-react-js/Dockerfile.prod to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE317-LIBWEBP-5902239 - https://snyk.io/vuln/SNYK-ALPINE317-NGHTTP2-5954769 - https://snyk.io/vuln/SNYK-ALPINE317-CURL-5958910 - https://snyk.io/vuln/SNYK-ALPINE317-CURL-5958910 - https://snyk.io/vuln/SNYK-ALPINE317-CURL-3320725 --- frontend-react-js/Dockerfile.prod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend-react-js/Dockerfile.prod b/frontend-react-js/Dockerfile.prod index 1cf0832a..83dc11b8 100644 --- a/frontend-react-js/Dockerfile.prod +++ b/frontend-react-js/Dockerfile.prod @@ -19,7 +19,7 @@ RUN npm install RUN npm run build # New Base Image ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -FROM nginx:1.23.3-alpine +FROM nginx:1.29.4-alpine # --from build is coming from the Base Image COPY --from=build /frontend-react-js/build /usr/share/nginx/html