From 67190d0755fb0b25f2fd629de5e29896c7a63433 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Sun, 15 Nov 2020 00:28:51 -0500 Subject: [PATCH] Use latest alpine version (3.12) for shell sessions Signed-off-by: Matti R --- 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 f5967cb47f..9e97398327 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, },