Skip to content

Commit 0849c81

Browse files
committed
Update quarto version
1 parent 0a8492a commit 0849c81

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.github/ISSUES/000-revive-dockerhub-hosting.md

Whitespace-only changes.

dockerfiles/conda/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN . /root/.bashrc && \
1616
RUN echo "conda activate geocompy" >> ~/.bashrc
1717
SHELL ["/bin/bash", "--login", "-c"]
1818

19-
RUN wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.57/quarto-1.5.57-linux-amd64.deb
19+
RUN wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.7.34/quarto-1.7.34-linux-amd64.deb
2020
RUN dpkg -i quarto*
2121

2222
# RUN wget https://github.com/geocompr/py/archive/refs/heads/main.zip

minimal/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM rocker/geospatial:latest
22
RUN R -e "remotes::install_github('geocompx/geocompkg', upgrade = TRUE)"
33
# Update quarto to latest stable version:
4-
RUN /rocker_scripts/install_quarto.sh 1.7.24
4+
RUN /rocker_scripts/install_quarto.sh 1.7.34
55
# Set RStudio preferences
66
# No inline code:
77
RUN echo '{' >> /etc/rstudio/rstudio-prefs.json

python/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apt update && apt install -y \
99
&& rm -rf /var/lib/apt/lists/*
1010

1111
# Install quarto
12-
RUN wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.57/quarto-1.5.57-linux-amd64.deb
12+
RUN wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.7.34/quarto-1.7.34-linux-amd64.deb
1313
RUN dpkg -i quarto*
1414
RUN rm quarto*
1515

0 commit comments

Comments
 (0)