Skip to content

Commit 8147db4

Browse files
committed
Update gvisor runsc version
1 parent 239be7e commit 8147db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/gvisor/enable.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const (
4040
containerdConfigTomlPath = "/etc/containerd/config.toml"
4141
storedContainerdConfigTomlPath = "/tmp/config.toml"
4242
gvisorContainerdShimURL = "https://github.com/google/gvisor-containerd-shim/releases/download/v0.0.3/containerd-shim-runsc-v1.linux-amd64"
43-
gvisorURL = "https://storage.googleapis.com/gvisor/releases/nightly/2019-11-27/runsc"
43+
gvisorURL = "https://storage.googleapis.com/gvisor/releases/nightly/2020-02-07/runsc"
4444
)
4545

4646
// Enable follows these steps for enabling gvisor in minikube:

0 commit comments

Comments
 (0)