Skip to content

Commit b4c99d8

Browse files
authored
feat: update cloudflared to 2025.9.0 (#34)
* feat: update cloudflared to 2025.9.0 * feat: update golang to 1.24.7
1 parent cabae07 commit b4c99d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-bake.hcl

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

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

1313
variable "GOVERSION" {
14-
default = "1.24.6"
14+
default = "1.24.7"
1515
}
1616

1717
variable "ALPINEVERSION" {

0 commit comments

Comments
 (0)