Skip to content

Commit e1f7208

Browse files
Update eclipse-temurin Docker tag to v25
1 parent ca7cf6f commit e1f7208

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)