Skip to content

Commit

Permalink
try node 15?
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorshea committed Jun 15, 2023
1 parent af672b1 commit e20da5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /app/

# Install NodeJS
# --------------
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
RUN apt-get install -yq nodejs build-essential
RUN npm install -g npm@8.5.0

Expand Down

0 comments on commit e20da5c

Please sign in to comment.