Skip to content

Commit b645241

Browse files
authored
Merge pull request #1263 from gouthamve/go-112
Bump to go 1.12
2 parents d575351 + 6d2ba58 commit b645241

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.10.1-stretch
1+
FROM golang:1.12.0-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)