diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 332ee677509..f65e6d948e1 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:d8a12070a88e36cf1eb5b14fbeb1d5c866a1e5f8b52cc9e5989fb7f53c154b2b", + "image": "tccr.io/tccr/devcontainer:v2.0.0@sha256:4be9c3d8f6276256392dac9a8edd993b814f28dc9a55acb520259c59e1be0072", "postCreateCommand": { "setup": "bash ${containerWorkspaceFolder}/.devcontainer/postCreateCommand.sh" },