We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 401adec commit 8c156caCopy full SHA for 8c156ca
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 2021.6.0-r0 (2021/06/26)
4
+
5
+* Cloudflared 2021.6.0
6
7
## 2021.5.7-r0 (2021/05/17)
8
9
* Cloudflared 2021.5.7
Dockerfile
@@ -1,4 +1,4 @@
-ARG CLOUDFLARED_VERSION=2021.5.7
+ARG CLOUDFLARED_VERSION=2021.6.0
FROM --platform=${BUILDPLATFORM:-linux/amd64} tonistiigi/xx:golang AS xgo
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.16-alpine3.13 AS builder
0 commit comments