diff options
author | Christian Breunig <christian@breunig.cc> | 2024-07-25 11:54:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-25 11:54:36 +0200 |
commit | 42a3be5b079f005115ce107935929ebb4a7139e0 (patch) | |
tree | 53986875eb3e111e08eb3ae1e5cda2594a07c60a | |
parent | 645f24908c9b338adc56ecc83f8c44d0b0206550 (diff) | |
parent | b9daaaa38abc08d27158ea44e016752b3cb45400 (diff) | |
download | vyos-1x-42a3be5b079f005115ce107935929ebb4a7139e0.tar.gz vyos-1x-42a3be5b079f005115ce107935929ebb4a7139e0.zip |
Merge pull request #3873 from c-po/podman
Debian: T6598: depend on podman version >=4.9.5
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 189a959b0..c11e6abef 100644 --- a/debian/control +++ b/debian/control @@ -307,7 +307,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 |