From 6f2519b43915e2288af531dda1a28e0790f3094c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Feb 2026 08:33:24 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 47f2cc1..9dadef3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,7 +50,7 @@ COPY . . RUN pnpm run build # Production stage -FROM nginx:alpine +FROM nginx:1.29.5-alpine3.23 # Install wget for health checks RUN apk add --no-cache wget