Use latest version of the container

This is the only image available for now
This commit is contained in:
Mickaël Rémond 2021-05-12 11:22:45 +02:00 committed by GitHub
parent a142dc4b11
commit 2698024b82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"build": { "build": {
"dockerfile": "Dockerfile", "dockerfile": "Dockerfile",
"args": { "args": {
"VARIANT": "1.11" "VARIANT": "latest" // 1.11.4
} }
}, },
"workspaceFolder": "/workspace", "workspaceFolder": "/workspace",