mirror of
https://github.com/mpolden/echoip.git
synced 2025-07-16 14:03:31 +02:00
build: Bump build image
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user