Skip to content

Commit 1b230dd

Browse files
committed
Upgrade cloudflared to 2025.4.0, bootstrap Go to 1.23.8
1 parent f327d41 commit 1b230dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build container
2-
ARG GOVERSION=1.23.6
2+
ARG GOVERSION=1.23.8
33
ARG ALPINEVERSION=3.21
44

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

14-
ARG VERSION=2025.2.1
14+
ARG VERSION=2025.4.0
1515
RUN git clone https://github.com/cloudflare/cloudflared --depth=1 --branch ${VERSION} .
1616
RUN bash -x .teamcity/install-cloudflare-go.sh
1717

0 commit comments

Comments
 (0)