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 fa0f1ce commit 22b6063Copy full SHA for 22b6063
1 file changed
application/build.gradle
@@ -18,7 +18,7 @@ repositories {
18
var outputImage = 'togetherjava.org:5001/togetherjava/tjbot:' + System.getenv('BRANCH_NAME') ?: 'latest'
19
20
jib {
21
- from.image = 'eclipse-temurin:21'
+ from.image = 'eclipse-temurin:22'
22
to {
23
image = outputImage
24
auth {
0 commit comments