diff --git a/containers/apps/traefik/Dockerfile b/containers/apps/traefik/Dockerfile index fd12a29342d..19c94852f27 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.5.2@sha256:f0abbbd11ced29754d4d188c29e9320b613481ec162b6ea5d3a8b6bdd8e5fa54 +FROM traefik:v3.5.3@sha256:84eb6c0e67c99fa026bf1bf4b0afd9ad44350d375b4ebc5049c5f70543a729d6 # Copy the plugins from the previous stage COPY --from=plugins /plugins-local /plugins-local