Update Maven Build

This commit is contained in:
DerDavidBohl
2025-11-24 11:45:35 +01:00
parent 9b5878218e
commit 0a186bced0

View File

@@ -8,7 +8,7 @@ RUN npm install
RUN npm run build
# Use Maven image to build the application
FROM maven:3.9.11-eclipse-temurin-21-alpine AS backend-build
FROM maven:3.9.11-eclipse-temurin-25-alpine AS backend-build
WORKDIR /app
COPY backend/pom.xml .
COPY backend/src ./src