Skip to content

Commit

Permalink
Use golang 1.13.7 image
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Rabot <[email protected]>
  • Loading branch information
Sylvain Rabot authored and pracucci committed Mar 6, 2020
1 parent f6d7e19 commit c8ab1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13.3-stretch
FROM golang:1.13.7-buster
RUN apt-get update && apt-get install -y curl python-requests python-yaml file jq unzip protobuf-compiler libprotobuf-dev && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash -
Expand Down

0 comments on commit c8ab1c2

Please sign in to comment.