diff --git a/Dockerfile b/Dockerfile index 61caba8..36e1d76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ #Build application stage #We need maven. -FROM maven:3.9.5-eclipse-temurin-21 +FROM maven:3.9.6-eclipse-temurin-22 WORKDIR /usr/src/java-app #build the application