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 98edd21 commit 20f3f7eCopy full SHA for 20f3f7e
Dockerfile
@@ -1,6 +1,6 @@
1
-ARG GOLANG_VERSION=1.25.0
+ARG GOLANG_VERSION=1.25.1
2
ARG ALPINE_VERSION=3.22
3
-ARG UPSTREAM_RELEASE_TAG=2025.8.1
+ARG UPSTREAM_RELEASE_TAG=2025.9.0
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.8.1 (built August 2025)
+ - cloudflared version 2025.9.0 (built September 2025)
21
22
dns:
23
visibilityspots.org:
0 commit comments