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 (#1384) (#1468)

Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>

Co-authored-by: techknowlogick <matti@mdranta.net>
This commit is contained in:
Lauri Nevala 2020-11-20 13:58:10 +02:00 committed by GitHub
parent 0eeb53aa2b
commit 1f59171241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
},