Skip to content

Commit

Permalink
use latest golang version in devel docker
Browse files Browse the repository at this point in the history
  • Loading branch information
rif committed Aug 20, 2015
1 parent efce8fa commit ddf0f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/docker/devel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get -y update && apt-get -y install git bzr mercurial redis-server mysql
RUN useradd -c CGRateS -d /var/run/cgrates -s /bin/false -r cgrates

# install golang
RUN wget -qO- https://storage.googleapis.com/golang/go1.4.2.linux-amd64.tar.gz | tar xzf - -C /root/
RUN wget -qO- https://storage.googleapis.com/golang/go1.5.linux-amd64.tar.gz | tar xzf - -C /root/

#install oh-my-zsh
RUN sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"; exit 0
Expand Down

0 comments on commit ddf0f02

Please sign in to comment.