From c63c42ba7fd08ebf7633703d1bbf0e968b5a90c6 Mon Sep 17 00:00:00 2001 From: Erisa A Date: Thu, 8 Feb 2024 20:36:09 +0000 Subject: [PATCH] Upgrade cloudflared to 2024.2.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2b69ce4..994eaec 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.1.5 +ARG VERSION=2024.2.0 RUN git clone https://github.com/cloudflare/cloudflared --depth=1 --branch ${VERSION} . RUN bash -x .teamcity/install-cloudflare-go.sh