mirror of
https://github.com/mpolden/echoip.git
synced 2025-02-16 03:58:57 +01:00
Use Go 1.13 in Docker build
This commit is contained in:
parent
4add220bfd
commit
c821c5c32a
@ -1,5 +1,5 @@
|
||||
# Build
|
||||
FROM golang:1.12-stretch AS build
|
||||
FROM golang:1.13-buster AS build
|
||||
WORKDIR /go/src/github.com/mpolden/echoip
|
||||
COPY . .
|
||||
# Must build without cgo because libc is unavailable in runtime image
|
||||
|
Loading…
x
Reference in New Issue
Block a user