Skip to content

Commit

Permalink
Upgrade cloudflared to 2024.5.0, Go bootstrap to 1.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Erisa committed May 18, 2024
1 parent 4291bf4 commit a196f89
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.9
ARG GOVERSION=1.22.3
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.4.1
ARG VERSION=2024.5.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 a196f89

Please sign in to comment.