diff --git a/util/dockerfiles/docker-bake.hcl b/util/dockerfiles/docker-bake.hcl index c8b08d1a9d..f920858770 100644 --- a/util/dockerfiles/docker-bake.hcl +++ b/util/dockerfiles/docker-bake.hcl @@ -32,7 +32,7 @@ variable "IMAGE_URI" { } variable "TAG" { - default = "bootcamp-2024" + default = "latest" } # Common attributes across all targets. Note: these can be overwritten.