diff options
author | Christian Breunig <christian@breunig.cc> | 2024-07-25 11:10:06 +0200 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-07-25 09:55:11 +0000 |
commit | 1327905084342623fcd9318ad334a9121708883d (patch) | |
tree | 91eac0b44268cd52bc15fa749c649004231be0f8 /debian/control | |
parent | 8e4d0d26850692542f7e1155bcbfd982a786e0b2 (diff) | |
download | vyos-1x-1327905084342623fcd9318ad334a9121708883d.tar.gz vyos-1x-1327905084342623fcd9318ad334a9121708883d.zip |
Debian: T6598: depend on podman version >=4.9.5
(cherry picked from commit b9daaaa38abc08d27158ea44e016752b3cb45400)
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 30e0c9b09..bcfc10a6b 100644 --- a/debian/control +++ b/debian/control @@ -299,7 +299,7 @@ Depends: kbd, # End "system option keyboard-layout" # For "container" - podman, + podman (>=4.9.5), netavark, aardvark-dns, # iptables is only used for containers now, not the the firewall CLI |