From 2d6ba846ea2766418a4e335cef99606b90250eda Mon Sep 17 00:00:00 2001 From: Wojciech Sipak Date: Tue, 21 Sep 2021 10:24:02 +0200 Subject: [PATCH] bump Verible version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aa0c919..5f5c948 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN apt-get update -qq \ && rm -rf /var/lib/apt/lists/* RUN mkdir verible \ - && curl -fsSL https://github.com/chipsalliance/verible/releases/download/v0.0-1343-gee63d53/verible-v0.0-1343-gee63d53-Ubuntu-20.04-focal-x86_64.tar.gz | tar -zxvf - -C verible --strip-components=1 \ + && curl -fsSL https://github.com/chipsalliance/verible/releases/download/v0.0-1442-g27693bd/verible-v0.0-1442-g27693bd-Ubuntu-20.04-focal-x86_64.tar.gz | tar -zxvf - -C verible --strip-components=1 \ && for i in ./verible/bin/*; do cp $i /bin/$(basename $i); done ENV GOBIN=/opt/go/bin