We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c31ae commit 5d38a0bCopy full SHA for 5d38a0b
build-image/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.9.1-stretch
+FROM golang:1.9.3-stretch
2
RUN apt-get update && apt-get install -y python-requests python-yaml file jq unzip protobuf-compiler libprotobuf-dev && \
3
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
4
RUN go clean -i net && \
0 commit comments