diff --git a/build.sh b/build.sh index 3bca3b1..1a8eaa5 100755 --- a/build.sh +++ b/build.sh @@ -9,7 +9,7 @@ IMAGE_NAME="debian" REGISTRY_URL="swr.cn-north-4.myhuaweicloud.com/img-sync/docker.io/" # 源仓库地址(本地编译时,使用阿里云源仓库) APT_SOURCE="aliyun" -APP_VER="12" +APP_VER="13" # 获取发布版本标签 get_release_tag() { diff --git a/etc/apt/sources/aliyun.sources b/etc/apt/sources/aliyun.sources index 2f187ea..16806cc 100644 --- a/etc/apt/sources/aliyun.sources +++ b/etc/apt/sources/aliyun.sources @@ -1,13 +1,13 @@ Types: deb # http://snapshot.debian.org/archive/debian/20230703T000000Z URIs: http://mirrors.aliyun.com/debian -Suites: bookworm bookworm-updates +Suites: trixie trixie-updates Components: main Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg Types: deb # http://snapshot.debian.org/archive/debian-security/20230703T000000Z URIs: http://mirrors.aliyun.com/debian-security -Suites: bookworm-security +Suites: trixie-security Components: main -Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg \ No newline at end of file +Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg diff --git a/etc/apt/sources/default.sources b/etc/apt/sources/default.sources index 961921b..423a46e 100644 --- a/etc/apt/sources/default.sources +++ b/etc/apt/sources/default.sources @@ -1,13 +1,13 @@ Types: deb # http://snapshot.debian.org/archive/debian/20230703T000000Z URIs: http://deb.debian.org/debian -Suites: bookworm bookworm-updates +Suites: trixie trixie-updates Components: main Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg Types: deb # http://snapshot.debian.org/archive/debian-security/20230703T000000Z URIs: http://deb.debian.org/debian-security -Suites: bookworm-security +Suites: trixie-security Components: main Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg diff --git a/etc/apt/sources/ustc.sources b/etc/apt/sources/ustc.sources index baf9786..7991f3e 100644 --- a/etc/apt/sources/ustc.sources +++ b/etc/apt/sources/ustc.sources @@ -1,13 +1,13 @@ Types: deb # http://snapshot.debian.org/archive/debian/20230703T000000Z URIs: http://mirrors.ustc.edu.cn/debian -Suites: bookworm bookworm-updates +Suites: trixie trixie-updates Components: main Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg Types: deb # http://snapshot.debian.org/archive/debian-security/20230703T000000Z URIs: http://mirrors.ustc.edu.cn/debian-security -Suites: bookworm-security +Suites: trixie-security Components: main -Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg \ No newline at end of file +Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg