Skip to content

Commit d900284

Browse files
committed
[Docker] Parametric base image version.
1 parent 67cb8a3 commit d900284

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
ARG BASE_IMAGE=node:23.11.0-alpine3.20
2+
13
###############################################################################
2-
FROM node:23.11.0-alpine3.20 AS base
4+
FROM ${BASE_IMAGE} AS base
35

46
RUN apk add --update --no-cache make \
57
&& apk upgrade --update --no-cache openssl libcrypto3 libssl3 # FIX CVE-2024-5535

0 commit comments

Comments
 (0)