Skip to content

Commit c978326

Browse files
authored
Update Dockerfile
1 parent ee9362f commit c978326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apt-get install -y --no-install-recommends \
1212
wget git rsync \
1313
&& sed 's/value="1GiB"/value="8GiB"/1' /etc/ImageMagick-6/policy.xml > /etc/ImageMagick-6/policy.xml
1414

15-
RUN wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.57/quarto-1.5.57-linux-amd64.deb \
15+
RUN wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.6.42/quarto-1.6.42-linux-amd64.deb \
1616
&& DEBIAN_FRONTEND=noninteractive apt install ./quarto-*-linux-amd64.deb \
1717
&& rm quarto-*-linux-amd64.deb
1818

0 commit comments

Comments
 (0)