chore(container): update traefik docker tag to v3.4.3 (#36711)
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 <details> <summary>containous/traefik (traefik)</summary> ### [`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)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user