From e1c557abc839c0b067275933800a78f07929024d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 16:55:57 +0000 Subject: [PATCH] fix: api/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6055795 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6055795 --- api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Dockerfile b/api/Dockerfile index c9e0e20..db267e7 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,4 +1,4 @@ -FROM node:alpine +FROM node:21.2-alpine3.18 RUN apk add --no-cache make gcc g++ python RUN mkdir -p /usr/src/pixi/api WORKDIR /usr/src/pixi/api