Skip to content

Commit

Permalink
fix(runc): Workaround for opencontainers/runc#2865
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hasler <sebastian.hasler@sec.uni-stuttgart.de>
  • Loading branch information
haslersn committed Apr 16, 2021
1 parent 97bd5f2 commit 275c4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
- name: Install required packages
apt:
name:
- containerd.io
- containerd.io=1.4.3-1 # TODO: Remove Pin after runc v1.0.0-rc94 is available.
notify:
- Reload systemd configuration
- Restart containerd service
Expand Down

0 comments on commit 275c4ff

Please sign in to comment.