From b1b225890a7fe5dd3541e02b6340cbcd769570dc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Apr 2026 14:55:42 +0000 Subject: [PATCH 1/2] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE323-ZLIB-15435529 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5c5dc0e4c2..62a50eac2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ # worry about Docker unless the build/run process changes. # Build stage -FROM node:24-alpine AS build +FROM node:24.14.1-alpine3.22 AS build # Install build dependencies RUN apk add --no-cache git python3 make g++ \ @@ -53,7 +53,7 @@ RUN npm cache clean --force && \ RUN cd src/gui && npm run build && cd - # Production stage -FROM node:24-alpine +FROM node:24.14.1-alpine3.22 # Set labels LABEL repo="https://github.com/HeyPuter/puter" From 959bb1eef9e1bd309434711a74c9bb0cce3422dd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Apr 2026 18:42:42 +0000 Subject: [PATCH 2/2] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE323-ZLIB-15435529