We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe9af5c commit 8cd7526Copy full SHA for 8cd7526
Dockerfile
@@ -1,6 +1,6 @@
1
ARG GOLANG_VERSION=1.25.1
2
ARG ALPINE_VERSION=3.22
3
-ARG UPSTREAM_RELEASE_TAG=2025.9.0
+ARG UPSTREAM_RELEASE_TAG=2025.9.1
4
5
FROM golang:${GOLANG_VERSION}-alpine${ALPINE_VERSION} AS gobuild
6
ARG GOLANG_VERSION
goss.yaml
@@ -17,7 +17,7 @@ command:
17
cloudflared --version:
18
exit-status: 0
19
stdout:
20
- - cloudflared version 2025.9.0 (built September 2025)
+ - cloudflared version 2025.9.1 (built September 2025)
21
22
dns:
23
visibilityspots.org:
0 commit comments