diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d994f10857b..8682c8a9346 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": "oci.trueforge.org/containerforge/devcontainer:3.0.2@sha256:3e18997b7dab51b7af0e583f0551647e975a8a95559f48c1a83f3075ddbd15de", + "image": "oci.trueforge.org/containerforge/devcontainer:3.0.2@sha256:e48a182a1da20b2362ed8deccfe4cb5f893e52ad2263246cd68a6f35f4986607", "postStartCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}", "customizations": { "vscode": {