Skip to content

Commit f2692c3

Browse files
committed
unbaked builds default to master
1 parent 7b7a26d commit f2692c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

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

55
FROM --platform=${BUILDPLATFORM} \
66
golang:$GOVERSION-alpine${ALPINEVERSION} AS build
@@ -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.4.2
14+
ARG VERSION=master
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)