From 0308f6977eb4c071f6cd73709a0299e6f8c4aefd Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 28 Jun 2025 02:27:03 +0200 Subject: [PATCH] chore(container): update traefik docker tag to v3.4.3 (#36711) 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 | |---|---|---|---| | [traefik](https://redirect.github.com/containous/traefik) | final | patch | `v3.4.1` -> `v3.4.3` | --- ### Release Notes
containous/traefik (traefik) ### [`v3.4.3`](https://redirect.github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v343-2025-06-26) [Compare Source](https://redirect.github.com/containous/traefik/compare/v3.4.3...v3.4.3) [All Commits](https://redirect.github.com/traefik/traefik/compare/v3.4.2...v3.4.3) **Bug fixes:** - **\[http3]** Bump quic-go to v.0.49.0 ([#​11848](https://redirect.github.com/traefik/traefik/pull/11848) by [joshua-siw](https://redirect.github.com/joshua-siw)) ### [`v3.4.3`](https://redirect.github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v343-2025-06-26) [Compare Source](https://redirect.github.com/containous/traefik/compare/v3.4.1...v3.4.3) [All Commits](https://redirect.github.com/traefik/traefik/compare/v3.4.2...v3.4.3) **Bug fixes:** - **\[http3]** Bump quic-go to v.0.49.0 ([#​11848](https://redirect.github.com/traefik/traefik/pull/11848) by [joshua-siw](https://redirect.github.com/joshua-siw))
--- ### 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 5ec4bf1f568..51c24d09642 100644 --- a/containers/apps/traefik/Dockerfile +++ b/containers/apps/traefik/Dockerfile @@ -35,7 +35,7 @@ RUN apk add --no-cache --update git COPY --chmod=777 ./containers/apps/traefik/clone-plugins.sh /clone-plugins.sh RUN /clone-plugins.sh -FROM traefik:v3.4.1@sha256:cd40ab7bc1f047731d5b22595203812343efcb6538014c4e93221cfc3a77217a +FROM traefik:v3.4.3@sha256:f3de2b96ec6b1cc987619c4d1d65d7e8140862eb0bbfc5f0e2e563691e8787d8 # Copy the plugins from the previous stage COPY --from=plugins /plugins-local /plugins-local