We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b4fe8a commit 820227eCopy full SHA for 820227e
Dockerfile
@@ -11,7 +11,7 @@ RUN apk --no-cache add git build-base bash
11
ENV GO111MODULE=on \
12
CGO_ENABLED=0
13
14
-ARG VERSION=2025.1.0
+ARG VERSION=2025.1.1
15
RUN git clone https://github.com/cloudflare/cloudflared --depth=1 --branch ${VERSION} .
16
RUN bash -x .teamcity/install-cloudflare-go.sh
17
0 commit comments