diff --git a/docker-bake.hcl b/docker-bake.hcl index c3ceea7f..d2a6b7ea 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -77,7 +77,7 @@ variable "DEBIAN_RELEASE" { } variable "default_jdk" { - default = 11 + default = 17 } # Return "true" if the jdk passed as parameter is the same as the default jdk, "false" otherwise