From 9c53ee782c95d61db7d269f8a6a408053c967f33 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 27 Sep 2025 00:29:38 +0200 Subject: [PATCH] chore(container): update public.ecr.aws/docker/library/traefik docker tag to v3.5.3 (#40064) 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.2` -> `3.5.3` | --- > [!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.3`](https://redirect.github.com/traefik/traefik-library-image/compare/v3.5.3...v3.5.3) [Compare Source](https://redirect.github.com/traefik/traefik-library-image/compare/v3.5.3...v3.5.3) ### [`v3.5.3`](https://redirect.github.com/traefik/traefik-library-image/compare/v3.5.2...v3.5.3) [Compare Source](https://redirect.github.com/traefik/traefik-library-image/compare/v3.5.2...v3.5.3)
--- ### 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 804ae69d398..fd12a29342d 100644 --- a/containers/apps/traefik/Dockerfile +++ b/containers/apps/traefik/Dockerfile @@ -1,4 +1,4 @@ -FROM public.ecr.aws/docker/library/traefik:v3.5.2@sha256:f0abbbd11ced29754d4d188c29e9320b613481ec162b6ea5d3a8b6bdd8e5fa54 +FROM public.ecr.aws/docker/library/traefik:3.5.3@sha256:84eb6c0e67c99fa026bf1bf4b0afd9ad44350d375b4ebc5049c5f70543a729d6 # Above line used by CI to find tags etc FROM public.ecr.aws/docker/library/alpine:3.22.1@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 as plugins