Skip to content

Commit

Permalink
Merge pull request #121 from poom/patch-1
Browse files Browse the repository at this point in the history
feat: cloudflared 2024.12.2 and components
  • Loading branch information
crazy-max authored Dec 24, 2024
2 parents 3208218 + ecdbe27 commit b2196a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# syntax=docker/dockerfile:1

ARG CLOUDFLARED_VERSION=2024.10.1
ARG ALPINE_VERSION=3.20
ARG XX_VERSION=1.5.0
ARG CLOUDFLARED_VERSION=2024.12.2
ARG ALPINE_VERSION=3.21
ARG XX_VERSION=1.6.1

# 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
ARG GO_VERSION=1.22

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

0 comments on commit b2196a7

Please sign in to comment.