update deps

This commit is contained in:
2023-06-24 16:19:36 +02:00
parent 02c27afd29
commit 37cdc12439
5 changed files with 114 additions and 184 deletions

View File

@@ -1,4 +1,4 @@
FROM node:18-alpine as base
FROM node:20-alpine as base
WORKDIR /app
RUN npm -g i pnpm