Skip to content

Commit 6c1c895

Browse files
committed
Upgrade to go 1.8.0
1 parent 2dfbe1f commit 6c1c895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile

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

0 commit comments

Comments
 (0)