diff --git a/containers/apps/traefik/Dockerfile b/containers/apps/traefik/Dockerfile index ccb59fbcdcb..47b1370cc56 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.3@sha256:19884a9d0b922b321c9cff54cbfe43f3169893041b8dd4ea6100677afaddce46 +FROM traefik:v3.3.4@sha256:cc11989f418e2cfe5e60fc40c92c1813be847f58eda15eced7d5ac890255ad9e # Copy the plugins from the previous stage COPY --from=plugins /plugins-local /plugins-local