diff --git a/auth-service/Dockerfile b/auth-service/Dockerfile index 1e741e6..b1fc6f7 100644 --- a/auth-service/Dockerfile +++ b/auth-service/Dockerfile @@ -1,4 +1,4 @@ -FROM maven:3.9.14-eclipse-temurin-25 AS build +FROM maven:3.9.15-eclipse-temurin-26 AS build WORKDIR /workspace ARG SERVICE_NAME=auth-service COPY pom.xml .