diff --git a/Dockerfile b/Dockerfile index 66257a7..7e86a08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apk --no-cache add git build-base bash ENV GO111MODULE=on \ CGO_ENABLED=0 -ARG VERSION=2024.5.0 +ARG VERSION=2024.6.0 RUN git clone https://github.com/cloudflare/cloudflared --depth=1 --branch ${VERSION} . RUN bash -x .teamcity/install-cloudflare-go.sh