Skip to content

Commit

Permalink
update slirp4netns to 1.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Sjögren <[email protected]>
  • Loading branch information
konstruktoid committed Sep 13, 2023
1 parent a816f81 commit 7c4ce09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@

- name: Install slirp4netns binary
ansible.builtin.get_url:
url: https://github.com/rootless-containers/slirp4netns/releases/download/v1.2.1/slirp4netns-x86_64
url: https://github.com/rootless-containers/slirp4netns/releases/download/v1.2.2/slirp4netns-x86_64
dest: /usr/bin/slirp4netns
checksum: sha256:cb1d7b7f9bc946c6179efdb8e069d5ee673c3f135668da6bf54f2ed689981833
checksum: sha256:2b59dd438ec1814dcd00c3106c0288ca174c3fe9a178f3400baa06818edaae8d
owner: root
group: root
mode: "0755"
Expand Down

0 comments on commit 7c4ce09

Please sign in to comment.