From d2729a5c003731e644352549af1a42d9562173d8 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Fri, 30 Jul 2021 23:06:00 +0200 Subject: [PATCH] Rollback to linguist 7.15.0 #424 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1b1147b4..7a4602fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN chmod +x /metrics/source/app/action/index.mjs \ # Based on https://github.com/github/linguist and https://github.com/github/licensed && apt-get install -y ruby-full \ && apt-get install -y git g++ cmake pkg-config libicu-dev zlib1g-dev libcurl4-openssl-dev libssl-dev ruby-dev \ - && gem install github-linguist \ + && gem install github-linguist -v 7.15.0 \ && gem install licensed \ # Install python for node-gyp && apt-get install -y python3 \