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 bab8870 commit 33d7f67Copy full SHA for 33d7f67
Dockerfile
@@ -1,6 +1,6 @@
1
-ARG GOLANG_VERSION=1.25.1
+ARG GOLANG_VERSION=1.25.3
2
ARG ALPINE_VERSION=3.22
3
-ARG UPSTREAM_RELEASE_TAG=2025.9.1
+ARG UPSTREAM_RELEASE_TAG=2025.10.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.9.1 (built September 2025)
+ - cloudflared version 2025.10.0 (built October 2025)
21
22
dns:
23
visibilityspots.org:
0 commit comments