feat: add gateway-service, analytics-service, update CI/CD

This commit is contained in:
2026-02-17 21:00:40 +01:00
parent fdfd891deb
commit 3f61a38afa
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# --- Build stage ---
FROM maven:3.9.9-eclipse-temurin-24-alpine AS build
FROM maven:3.9.12-eclipse-temurin-25-alpine AS build
WORKDIR /app
COPY pom.xml .
RUN mvn dependency:go-offline -B