diff --git a/containers/apps/traefik/Dockerfile b/containers/apps/traefik/Dockerfile index 99cf4d72669..0d0f3f99bbb 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.0@sha256:4e7175cfe19be83c6b928cae49dde2f2788fb307189a4dc9550b67acf30c11a5 +FROM traefik:v3.5.1@sha256:664bb8415fddadb71c2682b329c427d12c7d53593171665f2b7b6ff924509bc1 # Copy the plugins from the previous stage COPY --from=plugins /plugins-local /plugins-local