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