From 1815fe904bffbc0fae6e1fd6fc54d190a3699f45 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 6 Sep 2025 00:28:18 +0200 Subject: [PATCH] chore(container): update mcr.microsoft.com/devcontainers/base:alpine docker digest to 1f8a1ea (#39164) 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 | |---|---|---|---| | mcr.microsoft.com/devcontainers/base | final | digest | `6db48b9` -> `1f8a1ea` | --- > [!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). --- containers/apps/devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/apps/devcontainer/Dockerfile b/containers/apps/devcontainer/Dockerfile index b0920b25260..d25412caea8 100644 --- a/containers/apps/devcontainer/Dockerfile +++ b/containers/apps/devcontainer/Dockerfile @@ -1,5 +1,5 @@ # hadolint ignore=DL3007 -FROM mcr.microsoft.com/devcontainers/base:alpine@sha256:6db48b9adf6af16ceedf327119a7ef68557368df42a780361976dee1734f9fd2 +FROM mcr.microsoft.com/devcontainers/base:alpine@sha256:1f8a1ea669115b1c87835427e89f6278f58a934a2e3f20eca3af7b6366ee5af2 ARG CLUSTERTOOL_VERSION=2.0.0 ARG CONTAINER_NAME