Skip to content

Commit c71eb49

Browse files
committed
T7557: Update podman to 5.5.2 and fix build
1 parent 7657220 commit c71eb49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/package-build/podman/package.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[[packages]]
22
name = "podman"
3-
commit_id = "v4.9.5"
3+
commit_id = "v5.5.2"
44
scm_url = "https://github.com/containers/podman"
55

66
#build_cmd = "cd ..; ./build.sh"
77
build_cmd = """
88
make install.tools
9-
make podman-release
9+
BINDIR=/usr/bin make podman-release
1010
1111
tar xf podman-release-$(dpkg --print-architecture).tar.gz
1212
VERSION=$(ls -d podman-v* | cut -c9-)

0 commit comments

Comments
 (0)