Skip to content

Commit 26f699d

Browse files
authored
Merge pull request #212 from GoTogether-Inc/hotfix/#211
[hotfix] Jib 버전 업그레이드 & JDK 이미지 변경
2 parents 0b83317 + 7d3052a commit 26f699d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'jacoco'
44
id 'org.springframework.boot' version '3.2.11'
55
id 'io.spring.dependency-management' version '1.1.6'
6-
id 'com.google.cloud.tools.jib' version '3.4.4'
6+
id 'com.google.cloud.tools.jib' version '3.5.2'
77
}
88

99
group = 'com.togoteam'
@@ -137,7 +137,7 @@ jacocoTestCoverageVerification {
137137

138138
jib {
139139
from {
140-
image = 'openjdk:17'
140+
image = 'eclipse-temurin:17-jre'
141141
platforms {
142142
platform {
143143
architecture = 'amd64'

0 commit comments

Comments
 (0)