Change builder-image to alpine
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang:latest AS builder
|
||||
FROM golang:alpine AS builder
|
||||
WORKDIR /src
|
||||
COPY go.mod .
|
||||
RUN go mod download
|
||||
|
Reference in New Issue
Block a user