Use alpine base image
This commit is contained in:
parent
7e87623b0e
commit
3a9c70932d
|
@ -8,7 +8,7 @@ dependencies {
|
|||
|
||||
jib {
|
||||
from {
|
||||
image = "amazoncorretto:" + properties["projectSourceCompatibility"] + "-al2023"
|
||||
image = "amazoncorretto:" + properties["projectSourceCompatibility"] + "-alpine"
|
||||
platforms {
|
||||
platform {
|
||||
architecture = "amd64"
|
||||
|
|
Loading…
Reference in New Issue