Skip to content
This repository has been archived by the owner on Aug 5, 2023. It is now read-only.

Commit

Permalink
chore(deps): update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 31, 2023
1 parent 19da6dd commit 878e34c
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 --platform=linux/amd64 node:18-slim as builder
FROM --platform=linux/amd64 node:20-slim as builder
ENV NODE_ENV=development
WORKDIR /usr/src/app

Expand All @@ -7,7 +7,7 @@ RUN npm ci
COPY . .
RUN npm run build

FROM --platform=linux/amd64 node:18-slim as runner
FROM --platform=linux/amd64 node:20-slim as runner
ENV NODE_ENV=production
WORKDIR /usr/app
COPY ["package.json", "package-lock.json*", "./"]
Expand Down

0 comments on commit 878e34c

Please sign in to comment.