Merge pull request #72 from moul/renovate/docker-all

Update golang Docker tag to v1.12
This commit is contained in:
Manfred Touron 2019-03-30 08:54:55 +01:00 committed by GitHub
commit 60fd839876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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