Skip to content

Commit 3605f21

Browse files
committed
Upgrade cloudflared to 2025.7.0, remove cloudflare-go
Updates #33
1 parent f2692c3 commit 3605f21

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build container
2-
ARG GOVERSION=1.23
2+
ARG GOVERSION=1.24
33
ARG ALPINEVERSION
44

55
FROM --platform=${BUILDPLATFORM} \
@@ -13,7 +13,6 @@ ENV GO111MODULE=on \
1313

1414
ARG VERSION=master
1515
RUN 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
1918
ARG TARGETOS

docker-bake.hcl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variable "CLOUDFLARED_VERSION" {
2-
default = "2025.4.2"
2+
default = "2025.7.0"
33
}
44

55
variable "LATEST" {
@@ -11,11 +11,11 @@ variable "MULTI_PLATFORM" {
1111
}
1212

1313
variable "GOVERSION" {
14-
default = "1.23.9"
14+
default = "1.24.5"
1515
}
1616

1717
variable "ALPINEVERSION" {
18-
default = "3.21"
18+
default = "3.22"
1919
}
2020

2121
target "default" {
@@ -40,4 +40,4 @@ target "default" {
4040
LATEST ? "erisamoe/cloudflared:latest" : "",
4141
LATEST ? "ghcr.io/erisa/cloudflared:latest" : "",
4242
]
43-
}
43+
}

0 commit comments

Comments
 (0)