mirror of https://github.com/mpolden/echoip
build: Bump build image
This commit is contained in:
parent
711ea5377d
commit
8374778df8
|
@ -1,7 +1,8 @@
|
||||||
# Build
|
# Build
|
||||||
FROM golang:1.13-buster AS build
|
FROM golang:1.15-buster AS build
|
||||||
WORKDIR /go/src/github.com/mpolden/echoip
|
WORKDIR /go/src/github.com/mpolden/echoip
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Must build without cgo because libc is unavailable in runtime image
|
# Must build without cgo because libc is unavailable in runtime image
|
||||||
ENV GO111MODULE=on CGO_ENABLED=0
|
ENV GO111MODULE=on CGO_ENABLED=0
|
||||||
RUN make
|
RUN make
|
||||||
|
|
Loading…
Reference in New Issue