From 1aa59a928ed43a95016c34e3e2029f953b5b45ff Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 11 Jul 2025 20:06:01 +0200 Subject: [PATCH] chore(container): update tccr.io/tccr/devcontainer:v2.0.0 docker digest to c327a58 (#37424) --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },