From a109098465f2fb070a5673b99c0a27d33aeeab0a Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 23 Jun 2025 20:06:58 +0200 Subject: [PATCH] chore(container): update ghcr.io/nicolaka/netshoot docker tag to v0.14 (#36569) 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 | |---|---|---|---| | ghcr.io/nicolaka/netshoot | final | minor | `v0.13` -> `v0.14` | --- > [!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/netshoot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/apps/netshoot/Dockerfile b/containers/apps/netshoot/Dockerfile index 22e30e4124a..cf4287bada3 100644 --- a/containers/apps/netshoot/Dockerfile +++ b/containers/apps/netshoot/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/nicolaka/netshoot:v0.13@sha256:a20c2531bf35436ed3766cd6cfe89d352b050ccc4d7005ce6400adf97503da1b +FROM ghcr.io/nicolaka/netshoot:v0.14@sha256:7f08c4aff13ff61a35d30e30c5c1ea8396eac6ab4ce19fd02d5a4b3b5d0d09a2 LABEL "org.opencontainers.image.source"="https://github.com/truecharts/containers"