Docker-DCO-1.1-Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> (github: unclejack)
| ... | ... |
@@ -59,7 +59,7 @@ RUN cd /usr/local/lvm2 && ./configure --enable-static_link && make device-mapper |
| 59 | 59 |
# see https://git.fedorahosted.org/cgit/lvm2.git/tree/INSTALL |
| 60 | 60 |
|
| 61 | 61 |
# Install Go |
| 62 |
-RUN curl -sSL https://golang.org/dl/go1.3.1.src.tar.gz | tar -v -C /usr/local -xz |
|
| 62 |
+RUN curl -sSL https://golang.org/dl/go1.3.2.src.tar.gz | tar -v -C /usr/local -xz |
|
| 63 | 63 |
ENV PATH /usr/local/go/bin:$PATH |
| 64 | 64 |
ENV GOPATH /go:/go/src/github.com/docker/docker/vendor |
| 65 | 65 |
ENV PATH /go/bin:$PATH |