We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee9362f commit c978326Copy full SHA for c978326
Dockerfile
@@ -12,7 +12,7 @@ RUN apt-get install -y --no-install-recommends \
12
wget git rsync \
13
&& sed 's/value="1GiB"/value="8GiB"/1' /etc/ImageMagick-6/policy.xml > /etc/ImageMagick-6/policy.xml
14
15
-RUN wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.57/quarto-1.5.57-linux-amd64.deb \
+RUN wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.6.42/quarto-1.6.42-linux-amd64.deb \
16
&& DEBIAN_FRONTEND=noninteractive apt install ./quarto-*-linux-amd64.deb \
17
&& rm quarto-*-linux-amd64.deb
18
0 commit comments