We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1906507 commit 1b563b7Copy full SHA for 1b563b7
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 2021.4.0-r0 (2021/04/25)
4
+
5
+* Cloudflared 2021.4.0
6
7
## 2021.3.6-r0 (2021/04/03)
8
9
* Cloudflared 2021.3.6
Dockerfile
@@ -1,4 +1,4 @@
-ARG CLOUDFLARED_VERSION=2021.3.6
+ARG CLOUDFLARED_VERSION=2021.4.0
FROM --platform=${BUILDPLATFORM:-linux/amd64} tonistiigi/xx:golang AS xgo
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.15-alpine3.12 AS builder
0 commit comments