Skip to content

Commit

Permalink
Update Dockerfile to latest Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnchin committed Sep 14, 2024
1 parent 90f7c26 commit c3b0da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM amazonlinux:2022
ARG NEPTUNE_NOTEBOOK
ENV NVM_DIR=/root/.nvm
ENV NODE_VERSION=v20.12.2
ENV NODE_VERSION=v20.17.0
WORKDIR /
COPY . /graph-explorer/
WORKDIR /graph-explorer
Expand Down

0 comments on commit c3b0da6

Please sign in to comment.