Skip to content

Commit

Permalink
Update Node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent 9c27790 commit 5a3a924
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.20.2 as node
FROM node:20.18.0 as node
ENV NODE_ENV=production
RUN apt-get update && apt-get install libelf1 -y
COPY . /src
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-node
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.20.2
FROM node:20.18.0
LABEL maintainer "ODL DevOps <mitx-devops@mit.edu>"

RUN apt-get update && apt-get install libelf1 -y
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"webpack-hot-middleware": "2.26.1"
},
"engines": {
"node": "16.20.2",
"node": "20.18.0",
"yarn": "1.22.19"
},
"resolutions": {
Expand Down

0 comments on commit 5a3a924

Please sign in to comment.