We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3208218 + ecdbe27 commit b2196a7Copy full SHA for b2196a7
Dockerfile
@@ -1,10 +1,10 @@
1
# syntax=docker/dockerfile:1
2
3
-ARG CLOUDFLARED_VERSION=2024.10.1
4
-ARG ALPINE_VERSION=3.20
5
-ARG XX_VERSION=1.5.0
+ARG CLOUDFLARED_VERSION=2024.12.2
+ARG ALPINE_VERSION=3.21
+ARG XX_VERSION=1.6.1
6
7
-# https://github.com/cloudflare/cloudflared/blob/2024.10.1/.github/workflows/check.yaml#L7
+# https://github.com/cloudflare/cloudflared/blob/2024.12.2/.github/workflows/check.yaml#L7
8
ARG GO_VERSION=1.22
9
10
FROM --platform=${BUILDPLATFORM:-linux/amd64} tonistiigi/xx:${XX_VERSION} AS xx
0 commit comments