Skip to content

Commit 2d2eebe

Browse files
Update eclipse-temurin Docker tag to v25 (#148)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 681f657 commit 2d2eebe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COPY . .
55
RUN gradle clean :bot:build :plugin-paper:build --no-daemon
66

77
# We use a jammy image because we need some more stuff than alpine provides
8-
FROM eclipse-temurin:22-jammy as runtime
8+
FROM eclipse-temurin:25-jammy as runtime
99

1010
WORKDIR /app
1111
RUN apt update

0 commit comments

Comments
 (0)