Skip to content

Commit 961caf4

Browse files
committed
fix dockerfile
1 parent 93a5504 commit 961caf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfile/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG BASE_PRIVATE_REGISTRY=""
2-
FROM ${BASE_PRIVATE_REGISTRY}node:14.5.0 as install
2+
FROM ${BASE_PRIVATE_REGISTRY}node:22.1.0 as install
33
ADD ./package-lock.json ./package.json /hkube/simulator/
44
WORKDIR /hkube/simulator
55
RUN npm ci --production

0 commit comments

Comments
 (0)