diff --git a/sources/Dockerfile b/sources/Dockerfile index 7ec8bfeb..88418b5e 100644 --- a/sources/Dockerfile +++ b/sources/Dockerfile @@ -22,7 +22,7 @@ # # Build stage. # -FROM maven:3.9.14-eclipse-temurin-25-alpine AS build +FROM maven:3.9.15-eclipse-temurin-26-alpine AS build WORKDIR /app # Copy local code to the container image.