From 0537792c56f395ba990f61f14c73da25d862dc77 Mon Sep 17 00:00:00 2001 From: Lauri Nevala Date: Tue, 18 May 2021 12:26:29 +0300 Subject: [PATCH] Update node shell to use Alpine 3.13 (#2792) 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 72413c7953..92831939ed 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, },