From f2b9f78351aac5d6fbaf74946f870d2f3bfc97fe Mon Sep 17 00:00:00 2001 From: nushkovg Date: Sun, 17 Sep 2023 10:14:05 +0200 Subject: [PATCH] feat: Bump traefik to 2.10.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 67aac99..e38dc76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,6 @@ RUN apk add --update git && \ --depth 1 --single-branch --branch ${PLUGIN_GIT_BRANCH} # Copy the plugin into the traefik image -FROM traefik:2.10.1 +FROM traefik:2.10.4 COPY --from=0 /plugins-local /plugins-local