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 Mar 20, 2024
1 parent b9ad656 commit d269fdc
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:iron-slim

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 20.9.0
ENV NODE_VERSION lts/iron
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 d269fdc

Please sign in to comment.