Skip to content

Commit dcfd5f6

Browse files
authored
Update Dockerfile
downgrade quarto version to 1.5.57
1 parent 396086e commit dcfd5f6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ USER root
1313
# DISPLAY Tell applications where to open desktop apps - this allows notebooks to pop open GUIs
1414
ENV REPO_DIR="/srv/repo" \
1515
DISPLAY=":1.0" \
16-
R_VERSION="4.4.1"
16+
R_VERSION="4.4.1" \
17+
QUARTO_VERSION="1.5.57"
1718
# The latest rocker will set CRAN to 'latest' but we need a date stamped version for reproducibility
1819
# So pull the latest and use one earlier
1920
ARG R_VERSION_PULL="4.4.2"

0 commit comments

Comments
 (0)