We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8218c8 commit e03d04cCopy full SHA for e03d04c
Dockerfile
@@ -2,6 +2,7 @@
2
FROM node:22.5.1-alpine3.20 AS base
3
4
RUN apk add --update --no-cache make
5
+RUN apk upgrade --update --no-cache openssl libcrypto3 libssl3 # FIX CVE-2024-5535
6
7
ENV WORKDIR=/app
8
WORKDIR ${WORKDIR}
0 commit comments