fix(devcontainer): version pin devcontainer

This commit is contained in:
Kjeld Schouten
2024-11-03 21:28:10 +01:00
parent 2bb3e6cf5e
commit 26e09c5ffe
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
{
"$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json",
"name": "ClusterTool Cluster",
"image": "tccr.io/tccr/devcontainer:latest",
"initializeCommand": "docker pull tccr.io/tccr/devcontainer:latest",
"image": "tccr.io/tccr/devcontainer:v1.0.0-RC24",
"initializeCommand": "docker pull tccr.io/tccr/devcontainer:v1.0.0-RC24",
"postCreateCommand": {
"setup": "bash ${containerWorkspaceFolder}/.devcontainer/postCreateCommand.sh"
},