Skip to content

Commit 58a30bd

Browse files
authored
Merge pull request #953 from dmbaturin/T7399-no-apt-downgrade
build: T7399: remove the APT option to allow downgrades
2 parents a297984 + 1f400a4 commit 58a30bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/image-build/build-vyos-image

+1-1
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ DOCUMENTATION_URL="{build_config['documentation_url']}"
618618
lb config noauto \
619619
--no-color \
620620
--apt-indices false \
621-
--apt-options "--yes -oAPT::Get::allow-downgrades=true" \
621+
--apt-options "--yes" \
622622
--apt-recommends false \
623623
--architecture "{{architecture}}" \
624624
--archive-areas "{{debian_archive_areas}}" \

0 commit comments

Comments
 (0)