From e7a2493a3f8db67d0efe942cecdf0fb3b1468c35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 19:52:27 +0000 Subject: [PATCH] Update traefik Docker tag to v3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 68c5be0..2dae109 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM traefik:v2.11.8 AS traefik +FROM traefik:v3.1.4 AS traefik FROM alpine:3.20.3 AS rathole RUN wget -O rathole.zip https://github.com/rapiz1/rathole/releases/download/v0.4.8/rathole-x86_64-unknown-linux-musl.zip && unzip rathole.zip