Skip to content

Commit

Permalink
Merge pull request #109 from crazy-max/update
Browse files Browse the repository at this point in the history
Cloudflared 2023.10.0
  • Loading branch information
crazy-max authored Nov 25, 2023
2 parents fdf39a4 + edc15e9 commit b5eed06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# syntax=docker/dockerfile:1

ARG CLOUDFLARED_VERSION=2023.8.0
ARG CLOUDFLARED_VERSION=2023.10.0
ARG ALPINE_VERSION=3.18
ARG XX_VERSION=1.2.1

# https://github.com/cloudflare/cloudflared/blob/2023.8.0/.github/workflows/check.yaml#L7
# https://github.com/cloudflare/cloudflared/blob/2023.10.0/.github/workflows/check.yaml#L7
ARG GO_VERSION=1.20

FROM --platform=${BUILDPLATFORM:-linux/amd64} tonistiigi/xx:${XX_VERSION} AS xx
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,10 @@ docker compose up -d

## Contributing

Want to contribute? Awesome! The most basic way to show your support is to star the project, or to raise issues. You
can also support this project by [**becoming a sponsor on GitHub**](https://github.com/sponsors/crazy-max) or by making
a [Paypal donation](https://www.paypal.me/crazyws) to ensure this journey continues indefinitely!
Want to contribute? Awesome! The most basic way to show your support is to star
the project, or to raise issues. You can also support this project by [**becoming a sponsor on GitHub**](https://github.com/sponsors/crazy-max)
or by making a [PayPal donation](https://www.paypal.me/crazyws) to ensure this
journey continues indefinitely!

Thanks again for your support, it is much appreciated! :pray:

Expand Down

0 comments on commit b5eed06

Please sign in to comment.