From b21d4e46061f48c2d987c8304298676684bd702b Mon Sep 17 00:00:00 2001 From: Erisa A Date: Sun, 15 Dec 2024 18:13:17 +0000 Subject: [PATCH] Upgrade cloudflared to 2024.12.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2f267c2..71cdcf2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apk --no-cache add git build-base bash ENV GO111MODULE=on \ CGO_ENABLED=0 -ARG VERSION=2024.12.0 +ARG VERSION=2024.12.1 RUN git clone https://github.com/cloudflare/cloudflared --depth=1 --branch ${VERSION} . RUN bash -x .teamcity/install-cloudflare-go.sh