From 56333c5c703eed2f597fcbb39a0ec66d6f9b0f25 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 12 Jul 2025 08:07:53 +0200 Subject: [PATCH] chore(container): update public.ecr.aws/docker/library/traefik docker tag to v3.4.4 (#37447) 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.4.3` -> `3.4.4` | --- ### Release Notes
traefik/traefik-library-image (public.ecr.aws/docker/library/traefik) ### [`v3.4.4`](https://redirect.github.com/traefik/traefik-library-image/compare/v3.4.4...v3.4.4) [Compare Source](https://redirect.github.com/traefik/traefik-library-image/compare/v3.4.4...v3.4.4) ### [`v3.4.4`](https://redirect.github.com/traefik/traefik-library-image/compare/v3.4.3...v3.4.4) [Compare Source](https://redirect.github.com/traefik/traefik-library-image/compare/v3.4.3...v3.4.4)
--- ### 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 51c24d09642..564215538b3 100644 --- a/containers/apps/traefik/Dockerfile +++ b/containers/apps/traefik/Dockerfile @@ -1,4 +1,4 @@ -FROM public.ecr.aws/docker/library/traefik:v3.4.3@sha256:f3de2b96ec6b1cc987619c4d1d65d7e8140862eb0bbfc5f0e2e563691e8787d8 +FROM public.ecr.aws/docker/library/traefik:3.4.4@sha256:82d2e26705a570b6d6778879d471cb3324687e77a6fd6883745a76c04563397a # Above line used by CI to find tags etc FROM public.ecr.aws/docker/library/alpine:3.22.0@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715 as plugins