Skip to content

Commit b2196a7

Browse files
authored
Merge pull request #121 from poom/patch-1
feat: cloudflared 2024.12.2 and components
2 parents 3208218 + ecdbe27 commit b2196a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG CLOUDFLARED_VERSION=2024.10.1
4-
ARG ALPINE_VERSION=3.20
5-
ARG XX_VERSION=1.5.0
3+
ARG CLOUDFLARED_VERSION=2024.12.2
4+
ARG ALPINE_VERSION=3.21
5+
ARG XX_VERSION=1.6.1
66

7-
# https://github.com/cloudflare/cloudflared/blob/2024.10.1/.github/workflows/check.yaml#L7
7+
# https://github.com/cloudflare/cloudflared/blob/2024.12.2/.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)