From f5a5f5a5a5a297a935175329d3bf0c1f21e1cab4 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 18 Nov 2024 02:37:49 +0100 Subject: [PATCH] chore(container): update tccr.io/tccr/devcontainer:v1.0.0-rc28 docker digest to d2b8977 (#29498) --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9ff7de34cab..30d88dea2ba 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:v1.0.0-RC28@sha256:80c05582f4034f5cac96016329dd52f6749b7c73f5460cb3d690f1bda11f30a5", + "image": "tccr.io/tccr/devcontainer:v1.0.0-RC28@sha256:d2b8977df1f5e39c525c27c2f714700be64f84a83c75f0f644fe4663fac9c599", "initializeCommand": "docker pull tccr.io/tccr/devcontainer:v1.0.0-RC28", "postCreateCommand": { "setup": "bash ${containerWorkspaceFolder}/.devcontainer/postCreateCommand.sh"