Skip to content

Commit

Permalink
Feat(#73): jib 버전 업 및 jdk 이미지 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
versatile0010 committed Nov 17, 2023
1 parent fd3421f commit d10397f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ plugins {
id 'java'
id 'org.springframework.boot' version '3.1.4'
id 'io.spring.dependency-management' version '1.1.3'
id 'com.google.cloud.tools.jib' version '3.3.1'
id 'com.google.cloud.tools.jib' version '3.4.0'
}

group = 'com.numberone'
version = '0.0.1-SNAPSHOT'

jib {
from {
image = "eclipse-temurin:17-jre"
image = "openjdk:17-alpine"
}
to {
image = "versatile0010/numberone"
Expand Down

0 comments on commit d10397f

Please sign in to comment.