update build-env

This commit is contained in:
2026-07-23 23:16:37 +00:00
parent c579ae6980
commit 4bd51a31a8

View File

@@ -1,4 +1,4 @@
FROM golang:alpine AS build-env
FROM golang:1.26-alpine AS build-env
RUN apk --no-cache add git make build-base