diff --git a/containers/apps/traefik/Dockerfile b/containers/apps/traefik/Dockerfile index 6b38479ce3e..d67dd27b987 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.1@sha256:664bb8415fddadb71c2682b329c427d12c7d53593171665f2b7b6ff924509bc1 +FROM traefik:v3.5.2@sha256:f0abbbd11ced29754d4d188c29e9320b613481ec162b6ea5d3a8b6bdd8e5fa54 # Copy the plugins from the previous stage COPY --from=plugins /plugins-local /plugins-local