Skip to content

Commit

Permalink
Bump quarto version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahpslewis authored Feb 24, 2023
1 parent c3b5322 commit c15b819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM julia:1.9-rc

RUN QUARTO_VERSION=1.3.149 \
RUN QUARTO_VERSION=1.3.220 \
&& apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -qq install -y build-essential git clang wget \
&& wget -O quarto.deb https://github.com/quarto-dev/quarto-cli/releases/download/v${QUARTO_VERSION}/quarto-${QUARTO_VERSION}-linux-amd64.deb \
Expand Down

0 comments on commit c15b819

Please sign in to comment.