diff --git a/Dockerfile b/Dockerfile
index f82002f3564122484e669a171224814f6d6905fb..274502e82752d652378a02aef5822804c6001c05 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_20.x | bash - && \
     apt install -y nodejs && \
-    curl -L -o pandoc.deb https://github.com/jgm/pandoc/releases/download/3.2/pandoc-3.2-1-amd64.deb && \
+    curl -L -o pandoc.deb https://github.com/jgm/pandoc/releases/download/3.5/pandoc-3.5-1-amd64.deb && \
     dpkg -i pandoc.deb && \
     rm pandoc.deb