From e03d04cfa04b20a7abe45f76f9e829ea274bcffa Mon Sep 17 00:00:00 2001 From: Gonzalo Diaz Date: Fri, 19 Jul 2024 20:28:10 -0400 Subject: [PATCH] [Security] [CONFIG] [Docker] FIX CVE-2024-5535 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 18bd3885..567cd262 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM node:22.5.1-alpine3.20 AS base RUN apk add --update --no-cache make +RUN apk upgrade --update --no-cache openssl libcrypto3 libssl3 # FIX CVE-2024-5535 ENV WORKDIR=/app WORKDIR ${WORKDIR}