Skip to content

Commit f3d50fe

Browse files
author
Gonzalo Diaz
committed
[Security] [CONFIG] [Docker] FIX CVE-2024-5535
1 parent e49a45f commit f3d50fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
FROM node:22.5.1-alpine3.20 AS base
33

44
RUN apk add --update --no-cache make
5+
RUN apk upgrade --update --no-cache openssl libcrypto3 libssl3 # FIX CVE-2024-5535
56

67
ENV WORKDIR=/app
78
WORKDIR ${WORKDIR}

0 commit comments

Comments
 (0)