We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1016541 + 33c1bd3 commit 1fffaf3Copy full SHA for 1fffaf3
Dockerfile
@@ -26,9 +26,9 @@ RUN apt-get update \
26
&& rm -rf /var/lib/apt/lists/*
27
28
## Install pandoc
29
-RUN wget https://github.com/jgm/pandoc/releases/download/3.2/pandoc-3.2-1-amd64.deb \
30
- && dpkg -i pandoc-3.2-1-amd64.deb \
31
- && rm pandoc-3.2-1-amd64.deb
+RUN wget https://github.com/jgm/pandoc/releases/download/3.4/pandoc-3.4-1-amd64.deb \
+ && dpkg -i pandoc-3.4-1-amd64.deb \
+ && rm pandoc-3.4-1-amd64.deb
32
33
## Copy R profile
34
COPY docker/Rprofile.site $R_HOME/etc/Rprofile.site
0 commit comments