We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681f657 commit 2d2eebeCopy full SHA for 2d2eebe
1 file changed
Dockerfile
@@ -5,7 +5,7 @@ COPY . .
5
RUN gradle clean :bot:build :plugin-paper:build --no-daemon
6
7
# We use a jammy image because we need some more stuff than alpine provides
8
-FROM eclipse-temurin:22-jammy as runtime
+FROM eclipse-temurin:25-jammy as runtime
9
10
WORKDIR /app
11
RUN apt update
0 commit comments