From faa502b8155d39ed75e67963ed5e46eaa566f269 Mon Sep 17 00:00:00 2001 From: Jeffery Antoniuk Date: Fri, 11 Oct 2024 11:50:27 -0600 Subject: [PATCH] Bump LEAF version to 3.0.12 from 3.0.11 --- docker-bake.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-bake.hcl b/docker-bake.hcl index 6d750d6..8063a13 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.11" + default = "3.0.12" } variable "LEAF_REGISTRY" { default = "registry.gitlab.com/calincs/cwrc/leaf/leaf-base-i8"