diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b8f7d66a18b..d83b09a7a0f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json", "name": "TrueCharts", - "image": "tccr.io/tccr/devcontainer:v1.0.0-RC28@sha256:f3c78b2cd8175f29ae895623f268327a3e464a438b34f594ceb44fc0b3f10b45", + "image": "tccr.io/tccr/devcontainer:v1.0.0-RC28@sha256:c55ed8c237bf8e54ff73de7f3b663adef3c7f9412ac02a5667ab8ada309ec8d4", "initializeCommand": "docker pull tccr.io/tccr/devcontainer:v1.0.0-RC28", "postCreateCommand": { "setup": "bash ${containerWorkspaceFolder}/.devcontainer/postCreateCommand.sh"