We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebbdb6f commit a7ea919Copy full SHA for a7ea919
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 2021.8.2-r0 (2021/08/15)
4
+
5
+* Cloudflared 2021.8.2
6
7
## 2021.7.4-r0 (2021/08/01)
8
9
* Cloudflared 2021.7.4
Dockerfile
@@ -1,4 +1,4 @@
-ARG CLOUDFLARED_VERSION=2021.7.4
+ARG CLOUDFLARED_VERSION=2021.8.2
FROM --platform=${BUILDPLATFORM:-linux/amd64} tonistiigi/xx:golang AS xgo
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.16-alpine3.14 AS builder
0 commit comments