Skip to content

Commit

Permalink
bump node version from 18 to 20 (latest lts)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliuk2012 committed Dec 27, 2023
1 parent 0583ce1 commit 978a1b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.0
20.10.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /app

RUN apk update
RUN apk upgrade --available
RUN apk add libc6-compat openssl-dev build-base libpq-dev nodejs=~18 npm git python3
RUN apk add libc6-compat openssl-dev build-base libpq-dev nodejs=~20 npm git python3
RUN adduser -D ruby
RUN mkdir /node_modules && chown ruby:ruby -R /node_modules /app

Expand Down

0 comments on commit 978a1b5

Please sign in to comment.