From f4e316ce7f5c6ad28e84f3346a095ee17f78d9c4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Jan 2026 05:11:31 +0000 Subject: [PATCH] fix: src/client/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE323-LIBPNG-15062350 - https://snyk.io/vuln/SNYK-ALPINE323-LIBPNG-15062353 --- src/client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/Dockerfile b/src/client/Dockerfile index fed57e0..8c61e6a 100644 --- a/src/client/Dockerfile +++ b/src/client/Dockerfile @@ -8,7 +8,7 @@ COPY . . RUN yarn build # Production Stage -FROM nginx:stable-alpine AS production +FROM nginx:1.29.4-alpine3.23 AS production COPY --from=build /app/dist /usr/share/nginx/html EXPOSE 80 CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file