1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Use latest alpine version (3.12) for shell sessions

Signed-off-by: Matti R <matti@mdranta.net>
This commit is contained in:
techknowlogick 2020-11-15 00:28:51 -05:00 committed by Matti R
parent 59ac1de15d
commit 67190d0755
No known key found for this signature in database
GPG Key ID: 9D8A57ADAA232E95

View File

@ -73,7 +73,7 @@ export class NodeShellSession extends ShellSession {
}], }],
containers: [{ containers: [{
name: "shell", name: "shell",
image: "docker.io/alpine:3.9", image: "docker.io/alpine:3.12",
securityContext: { securityContext: {
privileged: true, privileged: true,
}, },