diff --git a/docker-bake.hcl b/docker-bake.hcl index c1a63d0..cbe51ee 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -11,7 +11,7 @@ variable "APP" { } variable "RELEASE" { - default = "1.19.1" + default = "1.20.0" } variable "CU_VERSION" { @@ -23,7 +23,7 @@ variable "BASE_IMAGE_REPOSITORY" { } variable "BASE_IMAGE_VERSION" { - default = "1.0.2" + default = "1.2.0" } variable "CUDA_VERSION" {