Skip to content

Commit

Permalink
Upgrade cloudflared to 2023.8.0, Go to 1.20.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Erisa committed Aug 26, 2023
1 parent 64dcc96 commit ee7b7bd
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.20.6
ARG GOVERSION=1.20.7
ARG ALPINEVERSION=3.18

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

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

0 comments on commit ee7b7bd

Please sign in to comment.