Skip to content

Commit 9bb82b1

Browse files
chore(deps): update eclipse-temurin docker tag to v25 (#66)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Thor Tudal Lauridsen <30320530+thorlauridsen@users.noreply.github.com>
1 parent d8ca8c6 commit 9bb82b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ COPY . .
2323
RUN ./gradlew --no-daemon :api:clean :api:build -x test
2424

2525
# Stage 2: Package the application into a runtime image using temurin JRE 21.
26-
FROM eclipse-temurin:21.0.8_9-jre-jammy
26+
FROM eclipse-temurin:25-jre-jammy
2727
WORKDIR /app
2828

2929
# Copy the generated jar from the builder stage.

0 commit comments

Comments
 (0)