Skip to content

Commit

Permalink
Updated node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaute Rønningen committed Aug 21, 2023
1 parent 02295f4 commit ca14d80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.19 as build
FROM node:20.5 as build
LABEL org.opencontainers.image.authors="[email protected]"

# Create app directory
Expand All @@ -16,7 +16,7 @@ COPY . .
RUN yarn build

# Only use the bundled app from build image
FROM node:14.19
FROM node:20.5
WORKDIR /usr/src/app
COPY --from=build /usr/src/app .
COPY src/swagger.json dist/swagger.json
Expand Down

0 comments on commit ca14d80

Please sign in to comment.