Skip to content

Commit

Permalink
[#227] Update Node from v16 to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
palagdan committed Nov 4, 2024
1 parent 7f2c0b3 commit f0fe3b3
Show file tree
Hide file tree
Showing 2 changed files with 437 additions and 1,045 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BASE STAGE
# Prepare node, copy package.json
FROM node:16 AS base
FROM node:18 AS base
WORKDIR /usr/src/app
COPY package.json package-lock.json ./

Expand Down
Loading

0 comments on commit f0fe3b3

Please sign in to comment.