Skip to content

Commit

Permalink
Update to node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed Mar 25, 2024
1 parent 96ee7e9 commit 40dd360
Show file tree
Hide file tree
Showing 4 changed files with 2,928 additions and 1,260 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# BUILD CONTAINER
#
FROM node:18 as base
FROM node:20 as base
USER node
WORKDIR /app
COPY --chown=node:node package*.json tsconfig*.json ./
Expand Down
Loading

0 comments on commit 40dd360

Please sign in to comment.