We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6410c5e commit c63c42bCopy full SHA for c63c42b
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=2024.1.5
+ARG VERSION=2024.2.0
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