feat: add gateway-service, analytics-service, update CI/CD
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# --- Build stage ---
|
# --- 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
|
WORKDIR /app
|
||||||
COPY pom.xml .
|
COPY pom.xml .
|
||||||
RUN mvn dependency:go-offline -B
|
RUN mvn dependency:go-offline -B
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# --- Build stage ---
|
# --- 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
|
WORKDIR /app
|
||||||
COPY pom.xml .
|
COPY pom.xml .
|
||||||
RUN mvn dependency:go-offline -B
|
RUN mvn dependency:go-offline -B
|
||||||
|
|||||||
Reference in New Issue
Block a user