fix(build): update backport repo.
This commit is contained in:
parent
b5a2f276af
commit
4047921300
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue