1
0
mirror of https://github.com/lensapp/lens.git synced 2024-11-10 10:36:25 +03:00

Update node shell to use Alpine 3.13 (#2792)

Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
Lauri Nevala 2021-05-18 12:26:29 +03:00 committed by GitHub
parent 6be465858b
commit 0537792c56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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