mirror of
https://github.com/mpolden/echoip.git
synced 2025-02-21 06:29:02 +01:00
Use Go 1.13 in Docker build
This commit is contained in:
parent
4add220bfd
commit
c821c5c32a
@ -1,5 +1,5 @@
|
|||||||
# Build
|
# Build
|
||||||
FROM golang:1.12-stretch AS build
|
FROM golang:1.13-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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user