From 4f9ed7e0374702a1b80c7764662e121dd3d53fae Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 6 May 2025 03:06:51 +0200 Subject: [PATCH] chore(container): update public.ecr.aws/docker/library/traefik docker tag to v3.3.7 (#35092) 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 | |---|---|---|---| | [public.ecr.aws/docker/library/traefik](https://hub.docker.com/_/traefik) ([source](https://redirect.github.com/traefik/traefik-library-image)) | stage | patch | `3.3.6` -> `v3.3.7` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
traefik/traefik-library-image (public.ecr.aws/docker/library/traefik) ### [`v3.3.7`](https://redirect.github.com/traefik/traefik-library-image/compare/v3.3.7...v3.3.7) [Compare Source](https://redirect.github.com/traefik/traefik-library-image/compare/v3.3.7...v3.3.7) ### [`v3.3.7`](https://redirect.github.com/traefik/traefik-library-image/compare/v3.3.6...v3.3.7) [Compare Source](https://redirect.github.com/traefik/traefik-library-image/compare/v3.3.6...v3.3.7)
--- ### 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/traefik/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/apps/traefik/Dockerfile b/containers/apps/traefik/Dockerfile index 05384468eb4..22b1d2f3dfb 100644 --- a/containers/apps/traefik/Dockerfile +++ b/containers/apps/traefik/Dockerfile @@ -1,4 +1,4 @@ -FROM public.ecr.aws/docker/library/traefik:3.3.6@sha256:83f3c843133530e4aa45e6ddc415488583a8a01c88adc5022d415c6e97ceeaae +FROM public.ecr.aws/docker/library/traefik:v3.3.7@sha256:2cd5cc75530c8d07ae0587c743d23eb30cae2436d07017a5ff78498b1a43d09f # Above line used by CI to find tags etc FROM public.ecr.aws/docker/library/alpine:3.21.3 as plugins