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

Commit 43e21a6

Browse files
authored
Merge pull request #113 from crazy-max/update
Cloudflared 2024.4.1
2 parents 14882bb + 30a3f89 commit 43e21a6

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,11 +1,11 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG CLOUDFLARED_VERSION=2023.10.0
3+
ARG CLOUDFLARED_VERSION=2024.4.1
44
ARG ALPINE_VERSION=3.18
55
ARG XX_VERSION=1.2.1
66

7-
# https://github.com/cloudflare/cloudflared/blob/2023.10.0/.github/workflows/check.yaml#L7
8-
ARG GO_VERSION=1.20
7+
# https://github.com/cloudflare/cloudflared/blob/2024.4.1/.github/workflows/check.yaml#L7
8+
ARG GO_VERSION=1.21
99

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

0 commit comments

Comments
 (0)