From e41eedeb81f3f381807472e3535aa257b307a862 Mon Sep 17 00:00:00 2001 From: Erisa A Date: Wed, 1 Nov 2023 00:43:49 +0000 Subject: [PATCH] Upgrade cloudflared to 2023.10.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 97bb2d0..a92e645 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apk --no-cache add git build-base ENV GO111MODULE=on \ CGO_ENABLED=0 -ARG VERSION=2023.8.2 +ARG VERSION=2023.10.0 RUN git clone https://github.com/cloudflare/cloudflared --depth=1 --branch ${VERSION} . ARG TARGETOS ARG TARGETARCH