Skip to content

Commit 1fffaf3

Browse files
Merge pull request #132 from inbo/docker-renv-update
Docker renv update
2 parents 1016541 + 33c1bd3 commit 1fffaf3

File tree

3 files changed

+230
-276
lines changed

3 files changed

+230
-276
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ RUN apt-get update \
2626
&& rm -rf /var/lib/apt/lists/*
2727

2828
## 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
29+
RUN wget https://github.com/jgm/pandoc/releases/download/3.4/pandoc-3.4-1-amd64.deb \
30+
&& dpkg -i pandoc-3.4-1-amd64.deb \
31+
&& rm pandoc-3.4-1-amd64.deb
3232

3333
## Copy R profile
3434
COPY docker/Rprofile.site $R_HOME/etc/Rprofile.site

0 commit comments

Comments
 (0)