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