Update golang Docker tag to v1.12

This commit is contained in:
Renovate Bot 2019-03-29 15:35:29 +00:00
parent e2e7f4b499
commit b45651e852
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# build
FROM golang:1.9 as builder
FROM golang:1.12 as builder
RUN apt update && apt -y install jq
COPY . /go/src/github.com/moul/gotty-client
WORKDIR /go/src/github.com/moul/gotty-client