Skip to content
This repository has been archived by the owner on May 29, 2018. It is now read-only.

Update all dockerfiles for migration to Go 1.4+ #168

Open
xizhao opened this issue Jun 30, 2015 · 0 comments
Open

Update all dockerfiles for migration to Go 1.4+ #168

xizhao opened this issue Jun 30, 2015 · 0 comments

Comments

@xizhao
Copy link
Contributor

xizhao commented Jun 30, 2015

Srclib uses features of go 1.4
Dockerfiles are currently set to ubuntu:14.04
In ubuntu:14.04's registry, go 1.2.1 is the latest release
So go must be installed manually to support newer versions of srclib

RUN wget https://storage.googleapis.com/golang/go1.4.2.linux-amd64.tar.gz
RUN sudo tar -C /usr/local -xzf go1.4.2.linux-amd64.tar.gz
ENV PATH /usr/local/go/bin:${PATH}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant