From efd74ba868d7862ab67e30640fcdd6c9aed0ffd6 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 07:45:54 +0000 Subject: [PATCH] chore: Update the default value of the variable DEBIAN_RELEASE in the... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... docker-bake.hcl Made with ❤️️ by updatecli --- docker-bake.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-bake.hcl b/docker-bake.hcl index 902c8d92b..da01ff466 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -119,7 +119,7 @@ variable "ALPINE_SHORT_TAG" { } variable "DEBIAN_RELEASE" { - default = "bookworm-20250113" + default = "bookworm-20250203" } variable "UBI9_TAG" {