Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 33caf9f

Browse files
seemetherethaJeztah
authored andcommitted
Bump containerd.io dep >= 1.2.2-3 (CVE-2019-5736)
Signed-off-by: Eli Uriegas <eli.uriegas@docker.com> (cherry picked from commit 06b649e2b07f74a94f3dbbcb233e13177a76a929) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: bc3a9b242bcb0d8b5567df9a51560e7c14efc08b Component: packaging
1 parent 7e95502 commit 33caf9f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

components/packaging/deb/common/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Vcs-Git: git://github.com/docker/docker.git
2727

2828
Package: docker-ce
2929
Architecture: linux-any
30-
Depends: docker-ce-cli, containerd.io, iptables, libseccomp2 (>= 2.3.0), ${shlibs:Depends}
30+
Depends: docker-ce-cli, containerd.io (>= 1.2.2-3), iptables, libseccomp2 (>= 2.3.0), ${shlibs:Depends}
3131
Recommends: aufs-tools,
3232
ca-certificates,
3333
cgroupfs-mount | cgroup-lite,

components/packaging/rpm/SPECS/docker-ce.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Requires: libseccomp >= 2.3
2121
Requires: systemd-units
2222
Requires: iptables
2323
Requires: libcgroup
24-
Requires: containerd.io
24+
Requires: containerd.io >= 1.2.2-3
2525
Requires: tar
2626
Requires: xz
2727

0 commit comments

Comments
 (0)