Skip to content

Commit 114312d

Browse files
authored
Update build image to golang 1.13 - part 1 (#1676)
Needs updation in the circle too. That's after this PR. Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
1 parent 944b1b6 commit 114312d

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