TUN-9467: add vulncheck to cloudflared

* TUN-9467: add vulncheck to cloudflared
This commit is contained in:
João Oliveirinha
2025-06-16 14:50:28 +00:00
committed by João "Pisco" Fernandes
parent a408612f26
commit 47085ee0c9
5 changed files with 49 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# use a builder image for building cloudflare
FROM golang:1.24.2 AS builder
FROM golang:1.24.4 AS builder
ENV GO111MODULE=on \
CGO_ENABLED=0 \
# the CONTAINER_BUILD envvar is used set github.com/cloudflare/cloudflared/metrics.Runtime=virtual