Skip to content

Commit

Permalink
Merge branch 'update-version-node-22' of https://github.com/kube-HPC/…
Browse files Browse the repository at this point in the history
…simulator into update-version-node-22
  • Loading branch information
zivglikr committed Jun 9, 2024
2 parents 71a5082 + 1615269 commit 41e2e2a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion devRun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"

nvm use v22.1.0
nvm use v18.20.3

export $(cat ~/dev/env/.env | xargs)

Expand Down
2 changes: 1 addition & 1 deletion dockerfile/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BASE_PRIVATE_REGISTRY=""
FROM ${BASE_PRIVATE_REGISTRY}node:22.1.0 as install
FROM ${BASE_PRIVATE_REGISTRY}node:18.20.3 as install
ADD ./package-lock.json ./package.json /hkube/simulator/
WORKDIR /hkube/simulator
RUN npm ci --production
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simulator",
"version": "2.8.14",
"version": "2.8.15",
"description": "The Hkube Dashboard",
"private": true,
"homepage": ".",
Expand Down

0 comments on commit 41e2e2a

Please sign in to comment.