Skip to content

Commit

Permalink
Update Node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 29, 2023
1 parent 76567e7 commit 84dd551
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM node:16.20-bullseye as deps
FROM node:20.8-bullseye as deps
WORKDIR /app
COPY package.json .yarnrc.yml yarn.lock /app/
COPY .yarn/releases/ /app/.yarn/releases

RUN yarn install --immutable

FROM node:16.20-bullseye as builder
FROM node:20.8-bullseye as builder
WORKDIR /app
COPY --from=deps /app/node_modules /app/node_modules
COPY . /app
Expand Down

0 comments on commit 84dd551

Please sign in to comment.