Update golang Docker tag to v1.26
ci/woodpecker/push/coredns-build Pipeline was successful

This commit is contained in:
2026-06-13 02:01:21 +00:00
parent d3a067886e
commit 60ba0cfe90
+1 -1
View File
@@ -1,5 +1,5 @@
# Stage 1: build CoreDNS with minimal plugin set
FROM golang:1.25-alpine AS build
FROM golang:1.26-alpine AS build
RUN apk add --no-cache git make bash