diff --git a/Dockerfile b/Dockerfile index f3ed50a..c27335c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM traefik:v2.11.6 AS traefik +FROM traefik:v3.1.1 AS traefik FROM alpine:3.20.1 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