chore(deps): update node docker tag to v25
All checks were successful
CI / backend-tests (pull_request) Successful in 28s
CI / frontend-tests (pull_request) Successful in 29s

This commit is contained in:
Renovate Bot
2026-03-21 10:49:23 +00:00
parent 993cd25fbb
commit e979b875ec
4 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
# Production Dockerfile for the frontend
# Stage 1: Build
FROM node:24-slim AS build
FROM node:25-slim AS build
WORKDIR /app