diff --git a/docker-bake.hcl b/docker-bake.hcl index e018d7a..528a455 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -9,7 +9,7 @@ variable "REPOSITORY" { # Not the one displayed on DockerHub. # Variable names with '_TAG' and '_REPOSITORY' fail with docker/bake-action variable "LEAF_VERSION" { - default = "3.0.17" + default = "3.0.18" } variable "LEAF_REGISTRY" { default = "registry.gitlab.com/calincs/cwrc/leaf/leaf-base-i8"