From 8e987f6af2b2e06cad652fdc937d77307a484a42 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Aug 2025 07:07:28 +0000 Subject: [PATCH] fix: upload-api/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-10847885 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-10847886 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-10597997 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-10597997 --- upload-api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload-api/Dockerfile b/upload-api/Dockerfile index 9fa0c76e..b9587d29 100644 --- a/upload-api/Dockerfile +++ b/upload-api/Dockerfile @@ -1,5 +1,5 @@ # Use an official Node.js runtime as a base image -FROM --platform=linux/amd64 node:24.1.0-alpine3.22 +FROM --platform=linux/amd64 node:24.5.0-alpine3.22 # Set the working directory in the container WORKDIR /app