mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Bump go to 1.7
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
ab533a98dc
commit
12e2c2687e
24 changed files with 25 additions and 24 deletions
|
|
@ -6,7 +6,7 @@ FROM ubuntu:trusty
|
|||
|
||||
RUN apt-get update && apt-get install -y apparmor bash-completion btrfs-tools build-essential curl ca-certificates debhelper dh-apparmor dh-systemd git libapparmor-dev libdevmapper-dev libltdl-dev libsqlite3-dev pkg-config libsystemd-journal-dev --no-install-recommends && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENV GO_VERSION 1.6.3
|
||||
ENV GO_VERSION 1.7
|
||||
RUN curl -fSL "https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz" | tar xzC /usr/local
|
||||
ENV PATH $PATH:/usr/local/go/bin
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue