From 3a5138a3f1a62ab9f3fd96417bc1552c6888d546 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jan 2026 09:55:57 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE322-BUSYBOX-14091698 - https://snyk.io/vuln/SNYK-ALPINE322-BUSYBOX-14091698 - https://snyk.io/vuln/SNYK-ALPINE322-BUSYBOX-14091698 - https://snyk.io/vuln/SNYK-ALPINE322-BUSYBOX-14091701 - https://snyk.io/vuln/SNYK-ALPINE322-BUSYBOX-14091701 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index becb642..f08974f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ###################################################################################################### # Use a Node.js image with Alpine for smaller size. -FROM node:24.10.0-alpine AS deps +FROM node:24.13.0-alpine AS deps LABEL org.opencontainers.image.source=https://github.com/gucasassi/devcamp # Set working directory. @@ -20,7 +20,7 @@ RUN npm install -g pnpm && pnpm install --frozen-lockfile ###################################################################################################### # Use a minimal Node.js image for production and assign metadata for source repository. -FROM node:24.10.0-alpine AS production +FROM node:24.13.0-alpine AS production LABEL org.opencontainers.image.source=https://github.com/gucasassi/devcamp # Set working directory