Skip to content

Commit

Permalink
Upgrade cloudflared to 2024.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Erisa committed Apr 20, 2024
1 parent 2dbcc85 commit 78d5f08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build container
ARG GOVERSION=1.21.7
ARG GOVERSION=1.21.9
ARG ALPINEVERSION=3.19

FROM --platform=${BUILDPLATFORM} \
Expand All @@ -11,7 +11,7 @@ RUN apk --no-cache add git build-base bash
ENV GO111MODULE=on \
CGO_ENABLED=0

ARG VERSION=2024.3.0
ARG VERSION=2024.4.0
RUN git clone https://github.com/cloudflare/cloudflared --depth=1 --branch ${VERSION} .
RUN bash -x .teamcity/install-cloudflare-go.sh

Expand Down

0 comments on commit 78d5f08

Please sign in to comment.