From 86599fc004d41bd8f38da75ef797b0c72713dc32 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 8 Nov 2024 09:10:11 +0100 Subject: [PATCH] chore(container): update tccr.io/tccr/devcontainer:v1.0.0-rc28 docker digest to db6cfe2 (#28981) 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 | `e053ad6` -> `db6cfe2` | --- > [!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 7de367d31eb..972b6db66ae 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:e053ad657103b49cf6feac796b7e7a5c0fb0bbd92b0cc89d780d999b1f66b293", + "image": "tccr.io/tccr/devcontainer:v1.0.0-RC28@sha256:db6cfe23d21a42e9486d05af4220fcc7a8ffd0290c43e06ac02bfd2d9b52e631", "initializeCommand": "docker pull tccr.io/tccr/devcontainer:v1.0.0-RC28", "postCreateCommand": { "setup": "bash ${containerWorkspaceFolder}/.devcontainer/postCreateCommand.sh"