diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 22bc968308de..3ff103e65493 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@sha256:df84b68867e9e22b73450a00d8f6ad57f67e301da279fcce798e4e408888e1be", + "image": "tccr.io/tccr/devcontainer:v1.0.0@sha256:89ac0c0f44af39d731dfbd2ef01fcbc4e20d49619c10ce39a15c0e7860a0bff7", "initializeCommand": "docker pull tccr.io/tccr/devcontainer:v1.0.0", "postCreateCommand": { "setup": "bash ${containerWorkspaceFolder}/.devcontainer/postCreateCommand.sh"