diff --git a/Dockerfile b/Dockerfile index e9ec827e0471c936c29cb1c2b7d1e38cd1f9ec42..730009e8f80f59faa2a9a83c7b6f299c24ad11c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN echo "Adding system components" && \ libxss1 libxtst6 lsb-release wget xdg-utils && \ curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && \ apt install -y nodejs && \ - curl -L -o pandoc.deb https://github.com/jgm/pandoc/releases/download/3.1.2/pandoc-3.1.2-1-amd64.deb && \ + curl -L -o pandoc.deb https://github.com/jgm/pandoc/releases/download/3.1.4/pandoc-3.1.4-1-amd64.deb && \ dpkg -i pandoc.deb && \ rm pandoc.deb