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 93a5504 commit 961caf4Copy full SHA for 961caf4
dockerfile/Dockerfile
@@ -1,5 +1,5 @@
1
ARG BASE_PRIVATE_REGISTRY=""
2
-FROM ${BASE_PRIVATE_REGISTRY}node:14.5.0 as install
+FROM ${BASE_PRIVATE_REGISTRY}node:22.1.0 as install
3
ADD ./package-lock.json ./package.json /hkube/simulator/
4
WORKDIR /hkube/simulator
5
RUN npm ci --production
0 commit comments