chore(container): update traefik:v3.2.0 docker digest to d12741b (#29280)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM traefik:v3.2.0@sha256:608322f43501a14130a637bc36c1ef5037aa43d69564cce09343d09918eff45d
|
FROM traefik:v3.2.0@sha256:d12741b971f5c833919db2b680191dc23d5d96ef17e41a914e3c593a8c663ac4
|
||||||
# Above line used by CI to find tags etc
|
# Above line used by CI to find tags etc
|
||||||
|
|
||||||
FROM alpine:3.20.3@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d as plugins
|
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
|
COPY --chmod=777 ./containers/apps/traefik/clone-plugins.sh /clone-plugins.sh
|
||||||
RUN /clone-plugins.sh
|
RUN /clone-plugins.sh
|
||||||
|
|
||||||
FROM traefik:v3.2.0@sha256:608322f43501a14130a637bc36c1ef5037aa43d69564cce09343d09918eff45d
|
FROM traefik:v3.2.0@sha256:d12741b971f5c833919db2b680191dc23d5d96ef17e41a914e3c593a8c663ac4
|
||||||
# Copy the plugins from the previous stage
|
# Copy the plugins from the previous stage
|
||||||
COPY --from=plugins /plugins-local /plugins-local
|
COPY --from=plugins /plugins-local /plugins-local
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user