update packages

This commit is contained in:
Julian Krauser 2025-04-12 15:18:31 +02:00
parent f914cf25a6
commit 5923e650fa
3 changed files with 1555 additions and 1713 deletions

View file

@ -1,4 +1,4 @@
FROM node:18-alpine AS build
FROM node:22-alpine AS build
RUN apk add --no-cache \
chromium \
@ -20,7 +20,7 @@ COPY . /app
RUN npm run build
FROM node:18-alpine AS prod
FROM node:22-alpine AS prod
RUN apk add --no-cache \
chromium \