Skip to content

Commit 4163628

Browse files
Update eclipse-temurin Docker tag
1 parent 16e2fc6 commit 4163628

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker/local-setup/server.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33
WORKDIR /app
44

55
COPY . .
@@ -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
1414
WORKDIR /app
1515

1616
# Install curl for health checks

docker/server.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33
WORKDIR /app
44

55
COPY . .
@@ -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
1414
WORKDIR /app
1515

1616
# Install curl for health checks

0 commit comments

Comments
 (0)