From 7a21efab9910158893793ee50cb9b7802eb9c7b3 Mon Sep 17 00:00:00 2001 From: robinlovelace Date: Wed, 10 Jul 2024 16:02:38 +0100 Subject: [PATCH] Bump Quarto versions, again --- dockerfiles/conda/Dockerfile | 2 +- python/Dockerfile | 2 +- quarto/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dockerfiles/conda/Dockerfile b/dockerfiles/conda/Dockerfile index 41c0f2b..b619d65 100644 --- a/dockerfiles/conda/Dockerfile +++ b/dockerfiles/conda/Dockerfile @@ -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 diff --git a/python/Dockerfile b/python/Dockerfile index 9140b9e..70b5d39 100644 --- a/python/Dockerfile +++ b/python/Dockerfile @@ -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 diff --git a/quarto/Dockerfile b/quarto/Dockerfile index 4c4d677..8bde0dd 100644 --- a/quarto/Dockerfile +++ b/quarto/Dockerfile @@ -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*