We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396086e commit dcfd5f6Copy full SHA for dcfd5f6
1 file changed
Dockerfile
@@ -13,7 +13,8 @@ USER root
13
# DISPLAY Tell applications where to open desktop apps - this allows notebooks to pop open GUIs
14
ENV REPO_DIR="/srv/repo" \
15
DISPLAY=":1.0" \
16
- R_VERSION="4.4.1"
+ R_VERSION="4.4.1" \
17
+ QUARTO_VERSION="1.5.57"
18
# The latest rocker will set CRAN to 'latest' but we need a date stamped version for reproducibility
19
# So pull the latest and use one earlier
20
ARG R_VERSION_PULL="4.4.2"
0 commit comments