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.
2 parents 0b83317 + 7d3052a commit 26f699dCopy full SHA for 26f699d
1 file changed
build.gradle
@@ -3,7 +3,7 @@ plugins {
3
id 'jacoco'
4
id 'org.springframework.boot' version '3.2.11'
5
id 'io.spring.dependency-management' version '1.1.6'
6
- id 'com.google.cloud.tools.jib' version '3.4.4'
+ id 'com.google.cloud.tools.jib' version '3.5.2'
7
}
8
9
group = 'com.togoteam'
@@ -137,7 +137,7 @@ jacocoTestCoverageVerification {
137
138
jib {
139
from {
140
- image = 'openjdk:17'
+ image = 'eclipse-temurin:17-jre'
141
platforms {
142
platform {
143
architecture = 'amd64'
0 commit comments