Skip to content

Commit

Permalink
chore: maj version node
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Perrin committed Jul 1, 2024
1 parent 629eb7f commit a3c3510
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.13.1-stretch
FROM node:12.22.12-stretch

RUN npm install -g forever

Expand Down
2 changes: 1 addition & 1 deletion ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update \

#Install nodejs
ENV NVM_VERSION=v0.35.1
ENV NODE_VERSION=12.13.1
ENV NODE_VERSION=12.22.12
ENV NVM_DIR=/usr/local/nvm
ENV NODE_PATH=$NVM_DIR/v$NODE_VERSION/lib/node_modules
ENV PATH=$NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH
Expand Down

0 comments on commit a3c3510

Please sign in to comment.