Skip to content

Commit 16d8f62

Browse files
committed
fix: update Dockerfile Go version to 1.26 to match go.mod (babysit)
1 parent f92ab5d commit 16d8f62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • image/cloudflare-tunnel-ingress-controller

image/cloudflare-tunnel-ingress-controller/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG COVER=0
33
ARG RUNTIME_BASE=gcr.io/distroless/static:nonroot
44

55
# Build the manager binary
6-
FROM golang:1.25 AS builder
6+
FROM golang:1.26 AS builder
77

88
ARG COVER
99
ARG TARGETARCH

0 commit comments

Comments
 (0)