From 1f591712416d2527a6a62a81b383c29db3b84a25 Mon Sep 17 00:00:00 2001 From: Lauri Nevala Date: Fri, 20 Nov 2020 13:58:10 +0200 Subject: [PATCH] Use latest alpine version (3.12) for shell sessions (#1384) (#1468) Signed-off-by: Lauri Nevala Co-authored-by: techknowlogick --- 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, },