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

Commit 737b2d8

Browse files
authored
Merge pull request #126 from crazy-max/update
Cloudflared 2025.6.1
2 parents 1f69028 + 756afb9 commit 737b2d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

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

3-
ARG CLOUDFLARED_VERSION=2025.4.0
4-
ARG ALPINE_VERSION=3.21
3+
ARG CLOUDFLARED_VERSION=2025.6.1
4+
ARG ALPINE_VERSION=3.22
55
ARG XX_VERSION=1.6.1
66

7-
# https://github.com/cloudflare/cloudflared/blob/2025.4.0/.github/workflows/check.yaml#L7
8-
ARG GO_VERSION=1.22
7+
# https://github.com/cloudflare/cloudflared/blob/2025.6.1/Dockerfile#L4
8+
ARG GO_VERSION=1.24
99

1010
FROM --platform=${BUILDPLATFORM:-linux/amd64} tonistiigi/xx:${XX_VERSION} AS xx
1111
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS builder

0 commit comments

Comments
 (0)