Bump node to version 20

This commit is contained in:
Linus Groh
2024-02-26 21:55:24 +00:00
parent 6f047ffa77
commit 6a2b113fb2
4 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
FROM node:14 as build
FROM node:20 as build
WORKDIR /usr/src/app
COPY package.json yarn.lock ./
RUN yarn install