diff --git a/Dockerfile b/Dockerfile index 9fbfa94..0600036 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.1.2 +ARG VERSION=2024.1.3 RUN git clone https://github.com/cloudflare/cloudflared --depth=1 --branch ${VERSION} . RUN bash -x .teamcity/install-cloudflare-go.sh