fix(build): update backport repo.

This commit is contained in:
Alexandre Pujol 2023-09-20 23:08:17 +01:00
parent b5a2f276af
commit 4047921300
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
2 changed files with 2 additions and 2 deletions

View file

@ -81,7 +81,7 @@ build_in_docker_dpkg() {
"$BASEIMAGE/$dist"
docker exec "$img" sudo apt-get update -q
docker exec "$img" sudo apt-get install -y config-package-dev rsync
[[ "$COMMAND" == debian ]] && aptopt=(-t bullseye-backports)
[[ "$COMMAND" == debian ]] && aptopt=(-t bookworm-backports)
docker exec "$img" sudo apt-get install -y "${aptopt[@]}" golang-go
fi