Skip to content

Commit 9e3e852

Browse files
committed
Cloudflared 2021.7.4
1 parent 337ea61 commit 9e3e852

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2021.7.4-r0 (2021/08/01)
4+
5+
* Cloudflared 2021.7.4
6+
* Alpine Linux 3.14
7+
38
## 2021.6.0-r0 (2021/06/26)
49

510
* Cloudflared 2021.6.0

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG CLOUDFLARED_VERSION=2021.6.0
1+
ARG CLOUDFLARED_VERSION=2021.7.4
22

33
FROM --platform=${BUILDPLATFORM:-linux/amd64} tonistiigi/xx:golang AS xgo
44
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.16-alpine3.14 AS builder

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ___
2929
* [Notes](#notes)
3030
* [Performance issues](#performance-issues)
3131
* [Use with Pi-hole](#use-with-pi-hole)
32-
* [How can I help?](#how-can-i-help)
32+
* [Contributing](#contributing)
3333
* [License](#license)
3434

3535
## Build locally
@@ -131,12 +131,11 @@ docker-compose pull
131131
docker-compose up -d
132132
```
133133

134-
## How can I help?
134+
## Contributing
135135

136-
All kinds of contributions are welcome :raised_hands:! The most basic way to show your support is to star :star2:
137-
the project, or to raise issues :speech_balloon: You can also support this project by
138-
[**becoming a sponsor on GitHub**](https://github.com/sponsors/crazy-max) :clap: or by making
139-
a [Paypal donation](https://www.paypal.me/crazyws) to ensure this journey continues indefinitely! :rocket:
136+
Want to contribute? Awesome! The most basic way to show your support is to star the project, or to raise issues. You
137+
can also support this project by [**becoming a sponsor on GitHub**](https://github.com/sponsors/crazy-max) or by making
138+
a [Paypal donation](https://www.paypal.me/crazyws) to ensure this journey continues indefinitely!
140139

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

0 commit comments

Comments
 (0)