Skip to content

Commit 2cf4eec

Browse files
chore(update): Cloudflared v2026.1.1 + golang v1.25.6
1 parent e02f3ea commit 2cf4eec

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Dockerfile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ARG GOLANG_VERSION=1.25.4
2-
ARG ALPINE_VERSION=3.22
3-
ARG UPSTREAM_RELEASE_TAG=2025.11.1
1+
ARG GOLANG_VERSION=1.25.6
2+
ARG ALPINE_VERSION=3.23
3+
ARG UPSTREAM_RELEASE_TAG=2026.1.1
44

55
FROM golang:${GOLANG_VERSION}-alpine${ALPINE_VERSION} AS gobuild
66
ARG GOLANG_VERSION
@@ -39,8 +39,6 @@ COPY --from=gobuild /tmp/release/cmd/cloudflared/cloudflared /usr/local/bin/clou
3939

4040
RUN setcap CAP_NET_BIND_SERVICE+eip /usr/local/bin/cloudflared
4141

42-
HEALTHCHECK --interval=5s --timeout=3s --start-period=5s CMD nslookup -po=${PORT} cloudflare.com 127.0.0.1 || exit 1
43-
4442
USER cloudflared
4543

4644
CMD ["/bin/sh", "-c", "/usr/local/bin/cloudflared proxy-dns --address ${ADDRESS} --port ${PORT} --metrics ${METRICS} --upstream ${UPSTREAM1} --upstream ${UPSTREAM2} --max-upstream-conns ${MAX_UPSTREAM_CONNS}"]

goss.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ command:
1717
cloudflared --version:
1818
exit-status: 0
1919
stdout:
20-
- cloudflared version 2025.11.1 (built November 2025)
20+
- cloudflared version 2026.1.1 (built January 2026)
2121

2222
dns:
2323
visibilityspots.org:

0 commit comments

Comments
 (0)