diff --git a/ci/Dockerfile b/ci/Dockerfile index a7f045e..f0f5695 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -6,7 +6,7 @@ COPY --chown=jovyan:jovyan . /home/jovyan/.kernels USER root -ENV QUARTO_CLI=https://github.com/quarto-dev/quarto-cli/releases/download/v1.3.353/quarto-1.3.353-linux-amd64.deb +ENV QUARTO_CLI=https://github.com/quarto-dev/quarto-cli/releases/download/v1.3.433/quarto-1.3.433-linux-amd64.deb RUN wget -O /tmp/quarto.deb ${QUARTO_CLI} && dpkg -i /tmp/quarto.deb && rm -rf /tmp/quarto.deb && apt-get clean