diff --git a/Dockerfile.build b/Dockerfile.build index 03c2977..8335eb9 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -1,4 +1,4 @@ -FROM golang:1.14.2-stretch +FROM golang:1.14.3-stretch RUN apt-get update \ && apt install apt-transport-https build-essential curl gnupg2 lintian rpm rsync rubygems-integration ruby-dev ruby -qy \