diff --git a/Dockerfile b/Dockerfile index 4e11abc..162f6bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM maven:3.9.3-eclipse-temurin-17-alpine as builder +FROM maven:3-eclipse-temurin-20-alpine as builder COPY pom.xml .