From c61be50e050cd88407d04e8d4184d0e49a689c11 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 12 Nov 2024 09:13:04 +0100 Subject: [PATCH] chore(container): update traefik:v3.2.0 docker digest to 78bd806 (#29171) --- containers/apps/traefik/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/apps/traefik/Dockerfile b/containers/apps/traefik/Dockerfile index 0333c9be8d3..f2d6d4af7ec 100644 --- a/containers/apps/traefik/Dockerfile +++ b/containers/apps/traefik/Dockerfile @@ -1,4 +1,4 @@ -FROM traefik:v3.2.0@sha256:66e37237b371f2b25ce5f247cc371976929dcb18c041e05685f1de1df6422b72 +FROM traefik:v3.2.0@sha256:78bd806c592d9b6c8c6c4ccc0be8ed5bf3eeffec5fc1610329b2c916219023f2 # Above line used by CI to find tags etc FROM alpine:3.20.3@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d as plugins @@ -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.2.0@sha256:66e37237b371f2b25ce5f247cc371976929dcb18c041e05685f1de1df6422b72 +FROM traefik:v3.2.0@sha256:78bd806c592d9b6c8c6c4ccc0be8ed5bf3eeffec5fc1610329b2c916219023f2 # Copy the plugins from the previous stage COPY --from=plugins /plugins-local /plugins-local