Skip to content

Commit 9f24f6e

Browse files
authored
Update Pellet runtime JVM to 22 (#8827)
1 parent 6978c10 commit 9f24f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/Kotlin/pellet/pellet.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY sample/build.gradle.kts build.gradle.kts
44
COPY sample/src src
55
RUN gradle clean shadowJar --no-daemon
66

7-
FROM openjdk:21-jdk-buster
7+
FROM openjdk:22-jdk-buster
88
WORKDIR /sample
99
COPY --from=gradle /sample/build/libs/sample-1.0.0-all.jar app.jar
1010

0 commit comments

Comments
 (0)