From 8c834c8a74fc88de94ac14ef4d9878ec59e0e91b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Oct 2025 10:09:44 +0000 Subject: [PATCH] fix: Dockerfile 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 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 27049eb..a0ef21c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ ENV REACT_APP_API_HOST $API_HOST RUN npm run build -FROM nginx:1.23.3-alpine +FROM nginx:1.29.2-alpine COPY --from=build /app/build /usr/share/nginx/html EXPOSE 80 CMD ["nginx", "-g", "daemon off;"]