diff options
author | Christian Breunig <christian@breunig.cc> | 2024-07-08 17:00:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-08 17:00:22 +0200 |
commit | 16753c9d3a61385e1efa0e1eb524ee070e812551 (patch) | |
tree | 35d203d6377c116dbe8913021023d7a481aa565f | |
parent | 41a9bc45ee2571e22b9ecf800a113f445e44c29f (diff) | |
parent | 0094dc2ecc4267542fb17c98f49f703fe549d1f6 (diff) | |
download | vyos-build-16753c9d3a61385e1efa0e1eb524ee070e812551.tar.gz vyos-build-16753c9d3a61385e1efa0e1eb524ee070e812551.zip |
Merge pull request #690 from c-po/podman
container: T5867: pin specific podman version
-rw-r--r-- | data/live-build-config/archives/trixie.pref.chroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/live-build-config/archives/trixie.pref.chroot b/data/live-build-config/archives/trixie.pref.chroot index a976413d..d1016081 100644 --- a/data/live-build-config/archives/trixie.pref.chroot +++ b/data/live-build-config/archives/trixie.pref.chroot @@ -1,5 +1,5 @@ Package: podman -Pin: release n=trixie +Pin: version 4.9.4* Pin-Priority: 900 Package: netavark |