Updating go version that deb package is generated with to 1.12.6.

This commit is contained in:
Renan DelValle 2019-06-28 10:20:30 -07:00
parent 6e6934a3d3
commit 54b3295605
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

@ -2,7 +2,7 @@ FROM ubuntu:16.04
RUN apt-get update -y && \
apt-get install -y build-essential devscripts dh-exec dh-make git lintian wget && \
wget https://dl.google.com/go/go1.12.1.linux-amd64.tar.gz -O /tmp/go.tar.gz
wget https://dl.google.com/go/go1.12.6.linux-amd64.tar.gz -O /tmp/go.tar.gz
RUN tar -C /usr/local -xzf /tmp/go.tar.gz