Update golang Docker tag to v1.27
ci/woodpecker/push/build-images Pipeline is running

This commit is contained in:
2026-08-20 02:01:33 +00:00
parent 7d0ece3fb1
commit 6ff0796946
+1 -1
View File
@@ -1,5 +1,5 @@
# Stage 1: build CoreDNS with minimal plugin set
FROM golang:1.26-alpine AS build
FROM golang:1.27-alpine AS build
RUN apk add --no-cache git make bash