Skip to content

Commit

Permalink
Merge pull request #286 from sergei-svistunov/patch-1
Browse files Browse the repository at this point in the history
Update Go to 1.12.7
  • Loading branch information
xammi authored Jul 25, 2019
2 parents c055eee + 79da603 commit 4c18021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paperio/dockers/golang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM stor.highloadcup.ru/aicups/paperio_base
MAINTAINER Boris Kolganov <[email protected]>

RUN apt-get update -y && apt-get install --no-install-recommends -y -q curl build-essential ca-certificates git mercurial bzr
RUN mkdir /goroot && curl https://storage.googleapis.com/golang/go1.6.linux-amd64.tar.gz | tar xvzf - -C /goroot --strip-components=1
RUN mkdir /goroot && curl https://dl.google.com/go/go1.12.7.src.tar.gz | tar xvzf - -C /goroot --strip-components=1
RUN mkdir /gopath

ENV GOROOT /goroot
Expand Down

0 comments on commit 4c18021

Please sign in to comment.