summaryrefslogtreecommitdiffstats
path: root/src/Dockerfile.arch
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-03-01 11:49:11 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-03-01 11:49:11 +0900
commitfe09559ee9e1f4c3b7273baacff7e12f12c9bd89 (patch)
tree86ffed853ebb2f52fb497bc952d5bd0edc1c50b4 /src/Dockerfile.arch
parent94e8e6419f29c8a9a5998abca15e7aa70c7eabda (diff)
Build with Go 1.4.2
Diffstat (limited to 'src/Dockerfile.arch')
-rw-r--r--src/Dockerfile.arch2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Dockerfile.arch b/src/Dockerfile.arch
index e37a8b22..b5fd7c08 100644
--- a/src/Dockerfile.arch
+++ b/src/Dockerfile.arch
@@ -6,7 +6,7 @@ RUN pacman-db-upgrade && pacman -Syu --noconfirm base-devel git
# Install Go 1.4
RUN cd / && curl \
- https://storage.googleapis.com/golang/go1.4.1.linux-amd64.tar.gz | \
+ https://storage.googleapis.com/golang/go1.4.2.linux-amd64.tar.gz | \
tar -xz && mv go go1.4
ENV GOPATH /go