diff --git a/Dockerfile b/Dockerfile index 7c6f6cf..ee59b70 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use Eclipse Temurin with Maven as the builder image -FROM maven:3-eclipse-temurin-25-alpine AS builder +FROM maven:3-eclipse-temurin-26-alpine AS builder # Set the working directory WORKDIR /app