Skip to content

Commit

Permalink
Upgrade cloudflared to 2023.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Erisa committed Nov 1, 2023
1 parent 87c4ca0 commit e41eede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apk --no-cache add git build-base
ENV GO111MODULE=on \
CGO_ENABLED=0

ARG VERSION=2023.8.2
ARG VERSION=2023.10.0
RUN git clone https://github.com/cloudflare/cloudflared --depth=1 --branch ${VERSION} .
ARG TARGETOS
ARG TARGETARCH
Expand Down

0 comments on commit e41eede

Please sign in to comment.