From 6077aa01463b1ff2d2efd24a9c6555740b809e2d Mon Sep 17 00:00:00 2001 From: Wietse Muizelaar Date: Mon, 10 Feb 2020 10:39:54 +0100 Subject: [PATCH] Update gvisor runsc version --- pkg/gvisor/enable.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/gvisor/enable.go b/pkg/gvisor/enable.go index ab40bf5539..366688ca32 100644 --- a/pkg/gvisor/enable.go +++ b/pkg/gvisor/enable.go @@ -40,7 +40,7 @@ const ( containerdConfigTomlPath = "/etc/containerd/config.toml" storedContainerdConfigTomlPath = "/tmp/config.toml" gvisorContainerdShimURL = "https://github.com/google/gvisor-containerd-shim/releases/download/v0.0.3/containerd-shim-runsc-v1.linux-amd64" - gvisorURL = "https://storage.googleapis.com/gvisor/releases/nightly/2019-11-27/runsc" + gvisorURL = "https://storage.googleapis.com/gvisor/releases/nightly/2020-02-07/runsc" ) // Enable follows these steps for enabling gvisor in minikube: