diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2c6427dc8ec..f018516b759 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:4.1.1@sha256:d0bab0cbe80a079bf6d8c54a60d4711a36904d76c369f195dbf352ca9ee5f12e", + "image": "oci.trueforge.org/containerforge/devcontainer:4.1.1@sha256:8273f6117b5f01e6e59a22bfbe3828f7de138a9b2ec424649f6cb0c2958102f2", "postStartCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}", "customizations": { "vscode": {