From 200b9a14f2a6f8a279804d2eb28b5f1ee1343ffb Mon Sep 17 00:00:00 2001 From: jrosco <2245816+jrosco@users.noreply.github.com> Date: Tue, 13 Jan 2026 00:17:51 +0000 Subject: [PATCH] chore(deps): :arrow_up: update Debian to latest version #none --- config/environment | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/environment b/config/environment index 181f37e..0a90cd6 100644 --- a/config/environment +++ b/config/environment @@ -43,8 +43,8 @@ ALPINE_VERSION_SHORTHAND="$ALPINE_MAJOR_VERSION.$ALPINE_MINOR_VERSION" DEBIAN_IMAGE_REPO_PATH="$ASDF_REGISTRY_BASE:${TAG_PREFIX}debian${TAG_SUFFIX}" DEBIAN_TAG_PREFIX="" DEBIAN_TAG_SUFFIX="" -DEBIAN_MAJOR_VERSION="12" -DEBIAN_MINOR_VERSION="11" +DEBIAN_MAJOR_VERSION="13" +DEBIAN_MINOR_VERSION="3" DEBIAN_VERSION="$DEBIAN_MAJOR_VERSION.$DEBIAN_MINOR_VERSION" DEBIAN_VERSION_CODENAME="bookworm"