From 3b147f41c791516f952007012e9e8ec8c0ade0dc Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 26 Feb 2025 01:14:21 +0100 Subject: [PATCH] chore(container): update public.ecr.aws/docker/library/traefik docker tag to v3.3.4 (#32567) 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.3.3` -> `3.3.4` | --- > [!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.4`](https://redirect.github.com/traefik/traefik-library-image/compare/v3.3.4...v3.3.4) [Compare Source](https://redirect.github.com/traefik/traefik-library-image/compare/v3.3.4...v3.3.4) ### [`v3.3.4`](https://redirect.github.com/traefik/traefik-library-image/compare/v3.3.3...v3.3.4) [Compare Source](https://redirect.github.com/traefik/traefik-library-image/compare/v3.3.3...v3.3.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 d246e6c9b1e..e90e6281e14 100644 --- a/containers/apps/traefik/Dockerfile +++ b/containers/apps/traefik/Dockerfile @@ -1,4 +1,4 @@ -FROM public.ecr.aws/docker/library/traefik:v3.3.3@sha256:19884a9d0b922b321c9cff54cbfe43f3169893041b8dd4ea6100677afaddce46 +FROM public.ecr.aws/docker/library/traefik:3.3.4@sha256:154511ec055d64f96dda3dae8819c882d5e994a9204612df10481cbbe22b6ed4 # Above line used by CI to find tags etc FROM public.ecr.aws/docker/library/alpine:3.21.3@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c as plugins