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 431a94c commit 30d3082Copy full SHA for 30d3082
ci/Dockerfile
@@ -6,7 +6,7 @@ COPY --chown=jovyan:jovyan . /home/jovyan/.kernels
6
7
USER root
8
9
-ENV QUARTO_CLI=https://github.com/quarto-dev/quarto-cli/releases/download/v1.0.35/quarto-1.0.35-linux-amd64.deb
+ENV QUARTO_CLI=https://github.com/quarto-dev/quarto-cli/releases/download/v1.2.269/quarto-1.2.269-linux-amd64.deb
10
11
RUN wget -O /tmp/quarto.deb ${QUARTO_CLI} && dpkg -i /tmp/quarto.deb && rm -rf /tmp/quarto.deb && apt-get clean
12
0 commit comments