diff --git a/Dockerfile b/Dockerfile index 0f0432a..5c09ad0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ COPY ./profiles/prod /build/profiles/prod RUN mvn -Pprod -DskipTests=true clean package spring-boot:repackage -FROM eclipse-temurin:17.0.8_7-jre +FROM eclipse-temurin:25.0.3_9-jre # Application Insights version ARG APPINSIGHTS_VERSION=3.7.7