diff --git a/Dockerfile b/Dockerfile
index cda07af60b366e0abd4f346fbd2158d0b1a5d76e..037885c562da3fcb1911ab944e628b5624674895 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -17,7 +17,7 @@ RUN echo "Adding system components" && \
                 libgtk-3-0 libnspr4 libnss3 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 \
                 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 \
                 libxss1 libxtst6 lsb-release wget xdg-utils && \
-    curl -L -o pandoc.deb https://github.com/jgm/pandoc/releases/download/3.1/pandoc-3.1-1-amd64.deb && \
+    curl -L -o pandoc.deb https://github.com/jgm/pandoc/releases/download/3.1.2/pandoc-3.1.2-1-amd64.deb && \
     dpkg -i pandoc.deb && \
     rm pandoc.deb