Skip to content

Commit 30d3082

Browse files
authored
update quarto to 1.2.269
1 parent 431a94c commit 30d3082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY --chown=jovyan:jovyan . /home/jovyan/.kernels
66

77
USER root
88

9-
ENV QUARTO_CLI=https://github.com/quarto-dev/quarto-cli/releases/download/v1.0.35/quarto-1.0.35-linux-amd64.deb
9+
ENV QUARTO_CLI=https://github.com/quarto-dev/quarto-cli/releases/download/v1.2.269/quarto-1.2.269-linux-amd64.deb
1010

1111
RUN wget -O /tmp/quarto.deb ${QUARTO_CLI} && dpkg -i /tmp/quarto.deb && rm -rf /tmp/quarto.deb && apt-get clean
1212

0 commit comments

Comments
 (0)