Use AmazonLinux 2023
This commit is contained in:
parent
9aa199103d
commit
1b71ef0614
|
@ -8,7 +8,7 @@ dependencies {
|
|||
|
||||
jib {
|
||||
from {
|
||||
image = "amazoncorretto:" + properties["projectSourceCompatibility"]
|
||||
image = "amazoncorretto:" + properties["projectSourceCompatibility"] + "-al2023"
|
||||
platforms {
|
||||
platform {
|
||||
architecture = "amd64"
|
||||
|
|
Loading…
Reference in New Issue