diff --git a/containers/apps/traefik/Dockerfile b/containers/apps/traefik/Dockerfile index 1f48afc57ca..b2cb05e72db 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.3.6@sha256:83f3c843133530e4aa45e6ddc415488583a8a01c88adc5022d415c6e97ceeaae +FROM traefik:v3.4.0@sha256:4cf907247939b5d20bf4eff73abd21cb413c339600dde76dbc94a874b2578a27 # Copy the plugins from the previous stage COPY --from=plugins /plugins-local /plugins-local