This commit is contained in:
2026-07-31 17:52:26 +08:00
parent cecf8e72f5
commit af9731f831
+2 -1
View File
@@ -1,6 +1,7 @@
FROM golang:1.22-alpine AS builder
FROM golang:1.26-alpine AS builder
WORKDIR /app
ENV GOTOOLCHAIN=auto
COPY go.mod go.sum ./
RUN go mod download
COPY . .