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