Skip to content

Commit

Permalink
Update Dockerfile quarto
Browse files Browse the repository at this point in the history
  • Loading branch information
jules32 authored Jul 20, 2023
1 parent 663605e commit abdaf75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit abdaf75

Please sign in to comment.