Skip to content

Commit

Permalink
Bump base image
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed May 8, 2024
1 parent 227e3b5 commit 8d666ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ variable "APP" {
}

variable "RELEASE" {
default = "1.19.1"
default = "1.20.0"
}

variable "CU_VERSION" {
Expand All @@ -23,7 +23,7 @@ variable "BASE_IMAGE_REPOSITORY" {
}

variable "BASE_IMAGE_VERSION" {
default = "1.0.2"
default = "1.2.0"
}

variable "CUDA_VERSION" {
Expand Down

0 comments on commit 8d666ad

Please sign in to comment.