diff --git a/Dockerfile b/Dockerfile index 2fcce60..7ea2019 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ COPY ./profiles/prod /build/profiles/prod RUN mvn clean package spring-boot:repackage -Pprod # distributed docker image -FROM eclipse-temurin:25.0.1_8-jre +FROM eclipse-temurin:25.0.2_10-jre # Application Insights version ARG APPINSIGHTS_VERSION=3.7.7