We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b7a26d commit f2692c3Copy full SHA for f2692c3
Dockerfile
@@ -1,6 +1,6 @@
1
# Build container
2
-ARG GOVERSION=1.23.8
3
-ARG ALPINEVERSION=3.21
+ARG GOVERSION=1.23
+ARG ALPINEVERSION
4
5
FROM --platform=${BUILDPLATFORM} \
6
golang:$GOVERSION-alpine${ALPINEVERSION} AS build
@@ -11,7 +11,7 @@ RUN apk --no-cache add git build-base bash
11
ENV GO111MODULE=on \
12
CGO_ENABLED=0
13
14
-ARG VERSION=2025.4.2
+ARG VERSION=master
15
RUN git clone https://github.com/cloudflare/cloudflared --depth=1 --branch ${VERSION} .
16
RUN bash -x .teamcity/install-cloudflare-go.sh
17
0 commit comments