Skip to content
This repository was archived by the owner on Dec 21, 2025. It is now read-only.

Commit 56f2288

Browse files
authored
Merge pull request #128 from crazy-max/update
Cloudflared 2025.9.1
2 parents 1f099bf + f2669bb commit 56f2288

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG CLOUDFLARED_VERSION=2025.6.1
3+
ARG CLOUDFLARED_VERSION=2025.9.1
44
ARG ALPINE_VERSION=3.22
5-
ARG XX_VERSION=1.6.1
5+
ARG XX_VERSION=1.7.0
66

7-
# https://github.com/cloudflare/cloudflared/blob/2025.6.1/Dockerfile#L4
7+
# https://github.com/cloudflare/cloudflared/blob/2025.9.1/Dockerfile#L4
88
ARG GO_VERSION=1.24
99

1010
FROM --platform=${BUILDPLATFORM:-linux/amd64} tonistiigi/xx:${XX_VERSION} AS xx

0 commit comments

Comments
 (0)