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 67cb8a3 commit d900284Copy full SHA for d900284
Dockerfile
@@ -1,5 +1,7 @@
1
+ARG BASE_IMAGE=node:23.11.0-alpine3.20
2
+
3
###############################################################################
-FROM node:23.11.0-alpine3.20 AS base
4
+FROM ${BASE_IMAGE} AS base
5
6
RUN apk add --update --no-cache make \
7
&& apk upgrade --update --no-cache openssl libcrypto3 libssl3 # FIX CVE-2024-5535
0 commit comments