From 2dcb339f1a3337f6c87994c9d347869099694d48 Mon Sep 17 00:00:00 2001 From: Lauri Nevala Date: Tue, 18 May 2021 09:34:52 +0300 Subject: [PATCH] Update node shell to use Alpine 3.13 Signed-off-by: Lauri Nevala --- src/main/shell-session/node-shell-session.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/shell-session/node-shell-session.ts b/src/main/shell-session/node-shell-session.ts index 1848716380..2259a41f4d 100644 --- a/src/main/shell-session/node-shell-session.ts +++ b/src/main/shell-session/node-shell-session.ts @@ -77,7 +77,7 @@ export class NodeShellSession extends ShellSession { }], containers: [{ name: "shell", - image: "docker.io/alpine:3.12", + image: "docker.io/alpine:3.13", securityContext: { privileged: true, },