Skip to content

Commit

Permalink
Merge pull request #80 from cpg1111/bump_up_go_Ver
Browse files Browse the repository at this point in the history
build deps: bump up go version
  • Loading branch information
cpg1111 authored May 21, 2017
2 parents 8e36317 + cb47c19 commit fe4e482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile_c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.7
FROM golang:1.8
RUN apt-get -qq update && apt-get install -y cmake build-essential pkg-config openssl zlib1g curl wget && \
curl -L -o zlib-1.2.11.tar.gz http://zlib.net/zlib-1.2.11.tar.gz && \
tar xzvf zlib-1.2.11.tar.gz && \
Expand Down

0 comments on commit fe4e482

Please sign in to comment.