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 b359b3c commit 32a3e9bCopy full SHA for 32a3e9b
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 = 'togetherjava.org:5001/togetherjava/jshellwrapper:master' ?: 'latest'
28
auth {
0 commit comments