Skip to content

Commit

Permalink
Merge pull request #120 from crazy-max/update
Browse files Browse the repository at this point in the history
Cloudflared 2024.10.1
  • Loading branch information
crazy-max authored Nov 3, 2024
2 parents 6402669 + 19b5475 commit 3208218
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# syntax=docker/dockerfile:1

ARG CLOUDFLARED_VERSION=2024.6.1
ARG CLOUDFLARED_VERSION=2024.10.1
ARG ALPINE_VERSION=3.20
ARG XX_VERSION=1.4.0
ARG XX_VERSION=1.5.0

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

Please sign in to comment.