diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b06a7d2ce7c..d59c4bf0330 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:v2.0.0@sha256:0ea5a09eedad3ae667a81699bdaedfeef675c0581a95d4439401ff8e8a3aa12f", + "image": "tccr.io/tccr/devcontainer:v2.0.0@sha256:c327a584ab1494d0f352f846eb7292fac120f9091398e79874b446c783ea3bcf", "postCreateCommand": { "setup": "bash ${containerWorkspaceFolder}/.devcontainer/postCreateCommand.sh" },