File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Build the Spring Boot application
2- FROM eclipse-temurin:25.0.1_8 -jdk AS builder
2+ FROM eclipse-temurin:25.0.2_10 -jdk AS builder
33WORKDIR /app
44
55COPY . .
@@ -10,7 +10,7 @@ RUN ./gradlew --no-daemon bootJar -x test \
1010 && cp "${JAR_FILE}" /app/application.jar
1111
1212# Run the packaged jar with a lightweight JRE
13- FROM eclipse-temurin:25.0.1_8 -jre
13+ FROM eclipse-temurin:25.0.2_10 -jre
1414WORKDIR /app
1515
1616# Install curl for health checks
Original file line number Diff line number Diff line change 11# Build the Spring Boot application
2- FROM eclipse-temurin:25.0.1_8 -jdk AS builder
2+ FROM eclipse-temurin:25.0.2_10 -jdk AS builder
33WORKDIR /app
44
55COPY . .
@@ -10,7 +10,7 @@ RUN ./gradlew --no-daemon bootJar -x test \
1010 && cp "${JAR_FILE}" /app/application.jar
1111
1212# Run the packaged jar with a lightweight JRE
13- FROM eclipse-temurin:25.0.1_8 -jre
13+ FROM eclipse-temurin:25.0.2_10 -jre
1414WORKDIR /app
1515
1616# Install curl for health checks
You can’t perform that action at this time.
0 commit comments