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

Commit 9e2158b

Browse files
authored
Merge pull request #125 from crazy-max/update
Cloudflared 2025.4.0
2 parents 35fa201 + 99ea1e8 commit 9e2158b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

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

3-
ARG CLOUDFLARED_VERSION=2024.12.2
3+
ARG CLOUDFLARED_VERSION=2025.4.0
44
ARG ALPINE_VERSION=3.21
55
ARG XX_VERSION=1.6.1
66

7-
# https://github.com/cloudflare/cloudflared/blob/2024.12.2/.github/workflows/check.yaml#L7
7+
# https://github.com/cloudflare/cloudflared/blob/2025.4.0/.github/workflows/check.yaml#L7
88
ARG GO_VERSION=1.22
99

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

0 commit comments

Comments
 (0)