diff --git a/Dockerfile b/Dockerfile index 63367b7..cff74d9 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.3_9-jre # Application Insights version ARG APPINSIGHTS_VERSION=3.7.7