diff --git a/Dockerfile b/Dockerfile index 0b322d7..f399b38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM maven:3.9-eclipse-temurin-25 AS build +FROM maven:3-eclipse-temurin-26 AS build WORKDIR /app # Copy pom.xml and download dependencies