Skip to content

Commit 06456ac

Browse files
authored
Merge pull request #93 from weaveworks/go1.7.3
Upgrade to go 1.7.3
2 parents 780ed0d + f69c37f commit 06456ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.6.3
1+
FROM golang:1.7.3
22
RUN apt-get update && apt-get install -y python-requests python-yaml file jq && \
33
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
44
RUN go clean -i net && \

0 commit comments

Comments
 (0)