summaryrefslogtreecommitdiffstats
path: root/src/Dockerfile.arch
diff options
context:
space:
mode:
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