From 5426c369bdde4829772549f708c14dce09f20395 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Feb 2026 07:18:11 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-15121238 - https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-15121239 - https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-15121240 - https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-15121250 - https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-15121251 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 34ded07..aa27579 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN pnpm install --no-frozen-lockfile RUN pnpm run build -FROM nginx:1.27.4-alpine-slim +FROM nginx:1.29.5-alpine-slim COPY --from=node_builder /app/dist /usr/share/nginx/html COPY ./nginx.conf /etc/nginx/conf.d/default.conf