From ba0b929007b855de20cc937b10e39d748284f228 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Mon, 16 Nov 2020 05:09:21 -0500 Subject: [PATCH] Use latest alpine version (3.12) for shell sessions (#1384) Signed-off-by: Lauri Nevala --- src/main/node-shell-session.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/node-shell-session.ts b/src/main/node-shell-session.ts index b669c262eb..1891158e74 100644 --- a/src/main/node-shell-session.ts +++ b/src/main/node-shell-session.ts @@ -73,7 +73,7 @@ export class NodeShellSession extends ShellSession { }], containers: [{ name: "shell", - image: "docker.io/alpine:3.9", + image: "docker.io/alpine:3.12", securityContext: { privileged: true, },