From ed558e42801330c44842599b7f16044f52ed359d Mon Sep 17 00:00:00 2001 From: Jason McCormick Date: Mon, 9 Feb 2026 18:22:25 -0500 Subject: [PATCH] Update to Debian 13 Trixie (#2) --- Dockerfile | 2 +- asl3-init.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4e259f1..148c092 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ARG ARCH="amd64" ## ## Debian version to compose - Supported options are '12-slim' and '12' -ARG DEB_VER="12-slim" +ARG DEB_VER="13-slim" ## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ## Without experience, do not change past this line diff --git a/asl3-init.sh b/asl3-init.sh index 92d20bf..f3c0431 100644 --- a/asl3-init.sh +++ b/asl3-init.sh @@ -6,8 +6,8 @@ export DEBIAN_FRONTEND=noninteractive apt update apt upgrade -y apt install -y wget -wget https://repo.allstarlink.org/public/asl-apt-repos.deb12_all.deb -dpkg -i asl-apt-repos.deb12_all.deb +wget https://repo.allstarlink.org/public/asl-apt-repos.deb13_all.deb +dpkg -i asl-apt-repos.deb13_all.deb apt update # install kernel headers in preparation