chore(deps): update node.js to v22 (#181)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-02-03 13:37:21 +01:00 committed by GitHub
parent fc0ee1fff5
commit a2acaa9543
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ ARG COMMIT=unknown
ARG BUILD_DATE=unknown
# Stage 1: Build Vite frontend
FROM node:20-alpine AS frontend
FROM node:22-alpine AS frontend
# Set the working directory inside the container
WORKDIR /app