From 44e92b7843eddc3de92c5bb1f3eb71f4457e217d Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 11 Jul 2025 14:08:47 +0200 Subject: [PATCH] chore(container): update tccr.io/tccr/devcontainer:v2.0.0 docker digest to 0ea5a09 (#37401) --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f65e6d948e1..b06a7d2ce7c 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:4be9c3d8f6276256392dac9a8edd993b814f28dc9a55acb520259c59e1be0072", + "image": "tccr.io/tccr/devcontainer:v2.0.0@sha256:0ea5a09eedad3ae667a81699bdaedfeef675c0581a95d4439401ff8e8a3aa12f", "postCreateCommand": { "setup": "bash ${containerWorkspaceFolder}/.devcontainer/postCreateCommand.sh" },