mirror of
https://github.com/mpolden/echoip.git
synced 2025-06-30 06:37:50 +02:00
Use Go 1.13 in Docker build
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user