File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ COPY . .
2323RUN ./gradlew --no-daemon :gateway:clean :gateway:build -x test
2424
2525# Stage 2: Package the application into a runtime image using temurin JRE.
26- FROM eclipse-temurin:25-jre-jammy
26+ FROM eclipse-temurin:25.0.1_8 -jre-jammy
2727WORKDIR /app
2828
2929# Copy the generated jar from the builder stage.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ COPY . .
2323RUN ./gradlew --no-daemon :provider:clean :provider:build -x test
2424
2525# Stage 2: Package the application into a runtime image using temurin JRE.
26- FROM eclipse-temurin:25-jre-jammy
26+ FROM eclipse-temurin:25.0.1_8 -jre-jammy
2727WORKDIR /app
2828
2929# Copy the generated jar from the builder stage.
You can’t perform that action at this time.
0 commit comments