mirror of https://github.com/mpolden/echoip
Bump Go version
This commit is contained in:
parent
58fd8a66fe
commit
c9fe2919e4
|
@ -1,5 +1,5 @@
|
||||||
# Build
|
# Build
|
||||||
FROM golang:1.11-stretch AS build
|
FROM golang:1.12-stretch AS build
|
||||||
WORKDIR /go/src/github.com/mpolden/echoip
|
WORKDIR /go/src/github.com/mpolden/echoip
|
||||||
COPY . .
|
COPY . .
|
||||||
ENV GO111MODULE=on CGO_ENABLED=0
|
ENV GO111MODULE=on CGO_ENABLED=0
|
||||||
|
|
Loading…
Reference in New Issue