We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d79d6a1 commit 4fb5436Copy full SHA for 4fb5436
JShellWrapper/build.gradle
@@ -22,7 +22,7 @@ test {
22
}
23
24
jib {
25
- from.image = 'eclipse-temurin:22-alpine'
+ from.image = 'eclipse-temurin:23-alpine'
26
to {
27
image = rootProject.ext.jShellWrapperImageName
28
auth {
0 commit comments