From e68e42924c6873385401f4a46b69fc49c0e7b2aa Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 25 Jun 2025 20:11:50 +0200 Subject: [PATCH] chore(deps): pin mcr.microsoft.com/devcontainers/base docker tag to f18f0de (#36653) 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 | pinDigest | -> `f18f0de` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 eac0e9507ef..cd375ec4646 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 +FROM mcr.microsoft.com/devcontainers/base:alpine@sha256:f18f0de5a4d3fc76323133e0fa696258ddcfc10bef2b47adb5fdda3cf4704623 ARG CLUSTERTOOL_VERSION=2.0.0 ARG CONTAINER_NAME