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