File tree 3 files changed +11
-7
lines changed
3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2021.7.4-r0 (2021/08/01)
4
+
5
+ * Cloudflared 2021.7.4
6
+ * Alpine Linux 3.14
7
+
3
8
## 2021.6.0-r0 (2021/06/26)
4
9
5
10
* Cloudflared 2021.6.0
Original file line number Diff line number Diff line change 1
- ARG CLOUDFLARED_VERSION=2021.6.0
1
+ ARG CLOUDFLARED_VERSION=2021.7.4
2
2
3
3
FROM --platform=${BUILDPLATFORM:-linux/amd64} tonistiigi/xx:golang AS xgo
4
4
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.16-alpine3.14 AS builder
Original file line number Diff line number Diff line change 29
29
* [ Notes] ( #notes )
30
30
* [ Performance issues] ( #performance-issues )
31
31
* [ Use with Pi-hole] ( #use-with-pi-hole )
32
- * [ How can I help? ] ( #how-can-i-help )
32
+ * [ Contributing ] ( #contributing )
33
33
* [ License] ( #license )
34
34
35
35
## Build locally
@@ -131,12 +131,11 @@ docker-compose pull
131
131
docker-compose up -d
132
132
```
133
133
134
- ## How can I help?
134
+ ## Contributing
135
135
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!
140
139
141
140
Thanks again for your support, it is much appreciated! :pray :
142
141
You can’t perform that action at this time.
0 commit comments