Skip to content

Commit 5d38a0b

Browse files
tomwilkiebboreham
authored andcommitted
Update to go 1.9.3 (#675)
1 parent 91c31ae commit 5d38a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-image/Dockerfile

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

0 commit comments

Comments
 (0)