From 73e5a82c1ee76c7c03f9c4f9de91cbe50a154a6a Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 4 Nov 2024 13:12:29 +0100 Subject: [PATCH] chore(container): update tccr.io/tccr/devcontainer:v1.0.0-rc24 docker digest to 919d6e5 (#28792) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tccr.io/tccr/devcontainer](https://redirect.github.com/truecharts/public) | image | digest | `587f3d8` -> `919d6e5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3892002fcaa..5ae5501f8c0 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": "ClusterTool Cluster", - "image": "tccr.io/tccr/devcontainer:v1.0.0-RC24@sha256:587f3d84f6ba2f22b854c3749b96b78226ece359709d363821197ffc9e723f51", + "image": "tccr.io/tccr/devcontainer:v1.0.0-RC24@sha256:919d6e5ef9ece5190d80071bc200fee22be82cb6daffe19eeb103c686b49a963", "initializeCommand": "docker pull tccr.io/tccr/devcontainer:v1.0.0-RC24", "postCreateCommand": { "setup": "bash ${containerWorkspaceFolder}/.devcontainer/postCreateCommand.sh"