Skip to content

Commit 26b250f

Browse files
authored
Merge pull request #687 from sir-gon/develop
[Docker] Parametric base image version.
2 parents 67cb8a3 + d900284 commit 26b250f

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)