From 0ddff410cbe148c3e630c4dad2a69359e39ad1e2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 18 May 2025 07:21:26 +0000 Subject: [PATCH] fix: api/Dockerfile to reduce vulnerabilities --- api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Dockerfile b/api/Dockerfile index c9e0e20..0021d3e 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,4 +1,4 @@ -FROM node:alpine +FROM node:23.11.1-alpine3.21 RUN apk add --no-cache make gcc g++ python RUN mkdir -p /usr/src/pixi/api WORKDIR /usr/src/pixi/api