Skip to content

Commit 6410c5e

Browse files
committed
Upgrade cloudflared to 2024.1.5
1 parent ee0ee2a commit 6410c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apk --no-cache add git build-base bash
1111
ENV GO111MODULE=on \
1212
CGO_ENABLED=0
1313

14-
ARG VERSION=2024.1.4
14+
ARG VERSION=2024.1.5
1515
RUN git clone https://github.com/cloudflare/cloudflared --depth=1 --branch ${VERSION} .
1616
RUN bash -x .teamcity/install-cloudflare-go.sh
1717

0 commit comments

Comments
 (0)