From b65cdcd96fb208dcbe36a2953e208ab25fd88486 Mon Sep 17 00:00:00 2001 From: Nemo Date: Sat, 14 Sep 2019 18:33:27 +0530 Subject: [PATCH] Fix Chromium Revision --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6ea03e9..b681cc1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,10 +5,12 @@ LABEL maintainer "Nemo " ARG BUILD_DATE ARG VCS_REF -ENV CHROME_REVISION=674921 +ENV CHROME_REVISION=686378 WORKDIR /app +# So I can copy it to the above variable +RUN ls "/usr/local/share/.config/yarn/global/node_modules/puppeteer/.local-chromium/" # Ensure that the chromium path hasn't changed (this fails the build early) RUN ls "/usr/local/share/.config/yarn/global/node_modules/puppeteer/.local-chromium/linux-$CHROME_REVISION/chrome-linux/chrome"