chore(deps): update node.js to v22

This commit is contained in:
renovate[bot] 2025-02-03 12:26:34 +00:00 committed by GitHub
parent df31046a68
commit 7e37702381
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