From 2a631251a455c808326090f730e3e90a58b33aca Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 10 Sep 2025 03:17:34 +0200 Subject: [PATCH] chore(container): update public.ecr.aws/docker/library/traefik docker tag to v3.5.2 (#39364) 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 | `v3.5.1` -> `v3.5.2` | --- > [!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.5.2`](https://redirect.github.com/traefik/traefik-library-image/compare/v3.5.2...v3.5.2) [Compare Source](https://redirect.github.com/traefik/traefik-library-image/compare/v3.5.2...v3.5.2) ### [`v3.5.2`](https://redirect.github.com/traefik/traefik-library-image/compare/v3.5.1...v3.5.2) [Compare Source](https://redirect.github.com/traefik/traefik-library-image/compare/v3.5.1...v3.5.2)
--- ### 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 0d0f3f99bbb..6b38479ce3e 100644 --- a/containers/apps/traefik/Dockerfile +++ b/containers/apps/traefik/Dockerfile @@ -1,4 +1,4 @@ -FROM public.ecr.aws/docker/library/traefik:v3.5.1@sha256:664bb8415fddadb71c2682b329c427d12c7d53593171665f2b7b6ff924509bc1 +FROM public.ecr.aws/docker/library/traefik:v3.5.2@sha256:07ff0c6c2114233b82e1de8e9f4fee9974470cd8d42c22e4e158538d950e19ae # Above line used by CI to find tags etc FROM public.ecr.aws/docker/library/alpine:3.22.1@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 as plugins