build
This commit is contained in:
+2
-1
@@ -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 . .
|
||||
|
||||
Reference in New Issue
Block a user