From dd3b7ec3518fb092b3c4e14a6265d2732df7efb4 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Mon, 17 Aug 2020 19:37:43 +0200 Subject: [PATCH] app-emulation/docker: Bump tini dependency to 0.18.0 --- .../app-emulation/docker/docker-17.03.2-r1.ebuild | 2 +- .../coreos-overlay/app-emulation/docker/docker-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-17.03.2-r1.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-17.03.2-r1.ebuild index bd83378c16..87e6aec084 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-17.03.2-r1.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-17.03.2-r1.ebuild @@ -65,7 +65,7 @@ RDEPEND=" ~app-emulation/containerd-0.2.6[seccomp?] ~app-emulation/docker-runc-1.0.0_rc2_p136[apparmor?,seccomp?] ~app-emulation/docker-proxy-0.8.0_p20161019 - container-init? ( >=sys-process/tini-0.13.0 ) + container-init? ( >=sys-process/tini-0.18.0 ) " RESTRICT="installsources strip" diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-9999.ebuild index cd66578eec..70f541dd9c 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-9999.ebuild @@ -67,7 +67,7 @@ RDEPEND=" ~app-emulation/containerd-1.1.2 ~app-emulation/docker-runc-1.0.0_rc92[apparmor?,seccomp?] ~app-emulation/docker-proxy-0.8.0_p20180709 - container-init? ( >=sys-process/tini-0.13.1 ) + container-init? ( >=sys-process/tini-0.18.0 ) " RESTRICT="installsources strip"