From d50c7a2ffe3d024d1cf4a5fa5259e53e15eb4b46 Mon Sep 17 00:00:00 2001 From: Jeffery Antoniuk Date: Tue, 10 Dec 2024 13:33:34 -0700 Subject: [PATCH] Bump LEAF version to 3.0.18 from 3.0.17 --- docker-bake.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"