Explorar el Código

Dockerfile: bump Go to 1.4.2

Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>
unclejack hace 10 años
padre
commit
2f35f60348
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -73,7 +73,7 @@ RUN cd /usr/src/lxc \
 	&& ldconfig
 	&& ldconfig
 
 
 # Install Go
 # Install Go
-ENV GO_VERSION 1.4.1
+ENV GO_VERSION 1.4.2
 RUN curl -sSL https://golang.org/dl/go${GO_VERSION}.src.tar.gz | tar -v -C /usr/local -xz \
 RUN curl -sSL https://golang.org/dl/go${GO_VERSION}.src.tar.gz | tar -v -C /usr/local -xz \
 	&& mkdir -p /go/bin
 	&& mkdir -p /go/bin
 ENV PATH /go/bin:/usr/local/go/bin:$PATH
 ENV PATH /go/bin:/usr/local/go/bin:$PATH