Updated package dependencies and node to 20

This commit is contained in:
Donkie
2023-12-17 20:18:09 +01:00
parent cf417845e9
commit 83081c3ade
3 changed files with 1677 additions and 1746 deletions

View File

@@ -1,4 +1,4 @@
FROM node:16-alpine as client-builder
FROM node:20-alpine as client-builder
COPY ./client /client
WORKDIR /client