Skip to content

Commit

Permalink
chore(update): Cloudflared 2024.4.0 - Golang 1.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
visibilityspots committed Apr 11, 2024
1 parent fd8b570 commit 9c0e0ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG GOLANG_VERSION=1.22.1
ARG GOLANG_VERSION=1.22.2
ARG ALPINE_VERSION=3.19
ARG UPSTREAM_RELEASE_TAG=2024.3.0
ARG UPSTREAM_RELEASE_TAG=2024.4.0

FROM golang:${GOLANG_VERSION}-alpine${ALPINE_VERSION} as gobuild
ARG GOLANG_VERSION
Expand Down
2 changes: 1 addition & 1 deletion goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ command:
cloudflared --version:
exit-status: 0
stdout:
- cloudflared version 2024.3.0 (built March 2024)
- cloudflared version 2024.4.0 (built April 2024)

dns:
visibilityspots.org:
Expand Down

0 comments on commit 9c0e0ed

Please sign in to comment.