Skip to content

Commit

Permalink
Node 20 + User application support
Browse files Browse the repository at this point in the history
  • Loading branch information
track8regret committed Sep 19, 2024
1 parent a3f0d4d commit d497e9b
Show file tree
Hide file tree
Showing 16 changed files with 473 additions and 399 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
##### Build Image #####

FROM node:18 as builder
FROM node:20 as builder

# Move to working directory /build
WORKDIR /build
Expand All @@ -20,7 +20,7 @@ RUN npm run-script build

##### Deployment Image #####

FROM node:18-alpine
FROM node:20-alpine

# Move to /bin directory as the place for resulting binary folder
WORKDIR /bin
Expand Down
Loading

0 comments on commit d497e9b

Please sign in to comment.