Skip to content

Commit

Permalink
Bump Quarto versions, again
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Jul 10, 2024
1 parent 3e0b66c commit 7a21efa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/conda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN . /root/.bashrc && \
RUN echo "conda activate geocompy" >> ~/.bashrc
SHELL ["/bin/bash", "--login", "-c"]

RUN wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.45/quarto-1.5.45-linux-amd64.deb
RUN wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.54/quarto-1.5.54-linux-amd64.deb
RUN dpkg -i quarto*

# RUN wget https://github.com/geocompr/py/archive/refs/heads/main.zip
Expand Down
2 changes: 1 addition & 1 deletion python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt update && apt install -y \
git \
&& rm -rf /var/lib/apt/lists/*
# Install quarto
RUN wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.45/quarto-1.5.45-linux-amd64.deb
RUN wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.54/quarto-1.5.54-linux-amd64.deb
RUN dpkg -i quarto*
RUN rm quarto*
# Install requirements
Expand Down
2 changes: 1 addition & 1 deletion quarto/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ FROM ubuntu:jammy

RUN apt update
RUN apt install wget -y
RUN wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.45/quarto-1.5.45-linux-amd64.deb
RUN wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.54/quarto-1.5.54-linux-amd64.deb
RUN dpkg -i quarto*

0 comments on commit 7a21efa

Please sign in to comment.