File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11# Build container
2- ARG GOVERSION=1.23
2+ ARG GOVERSION=1.24
33ARG ALPINEVERSION
44
55FROM --platform=${BUILDPLATFORM} \
@@ -13,7 +13,6 @@ ENV GO111MODULE=on \
1313
1414ARG VERSION=master
1515RUN git clone https://github.com/cloudflare/cloudflared --depth=1 --branch ${VERSION} .
16- RUN bash -x .teamcity/install-cloudflare-go.sh
1716
1817# From this point on, step(s) are duplicated per-architecture
1918ARG TARGETOS
Original file line number Diff line number Diff line change 11variable "CLOUDFLARED_VERSION" {
2- default = " 2025.4.2 "
2+ default = " 2025.7.0 "
33}
44
55variable "LATEST" {
@@ -11,11 +11,11 @@ variable "MULTI_PLATFORM" {
1111}
1212
1313variable "GOVERSION" {
14- default = " 1.23.9 "
14+ default = " 1.24.5 "
1515}
1616
1717variable "ALPINEVERSION" {
18- default = " 3.21 "
18+ default = " 3.22 "
1919}
2020
2121target "default" {
@@ -40,4 +40,4 @@ target "default" {
4040 LATEST ? " erisamoe/cloudflared:latest" : " " ,
4141 LATEST ? " ghcr.io/erisa/cloudflared:latest" : " " ,
4242 ]
43- }
43+ }
You can’t perform that action at this time.
0 commit comments