Update golang Docker tag to v1.12
This commit is contained in:
parent
e2e7f4b499
commit
b45651e852
|
@ -1,5 +1,5 @@
|
||||||
# build
|
# build
|
||||||
FROM golang:1.9 as builder
|
FROM golang:1.12 as builder
|
||||||
RUN apt update && apt -y install jq
|
RUN apt update && apt -y install jq
|
||||||
COPY . /go/src/github.com/moul/gotty-client
|
COPY . /go/src/github.com/moul/gotty-client
|
||||||
WORKDIR /go/src/github.com/moul/gotty-client
|
WORKDIR /go/src/github.com/moul/gotty-client
|
||||||
|
|
Loading…
Reference in New Issue