Skip to content

Commit 995c51d

Browse files
committed
verse: Update Quarto to v1.4.550
1 parent bf3f8c4 commit 995c51d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION_MATRIX.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Topmost entry = Tag `latest`
44

55
| R | Python | Jupyter Hub | Jupyter Lab | code‑server (Code) | Git | Git LFS | Pandoc | CRAN[^1]/CTAN[^2] date | Quarto[^2] | QGIS[^3] | SAGA[^3] | OTB[^3][^4] | Linux distro |
66
|:------|:--------|:------------|:------------|:-------------------|:-------|:--------|:-------|:-----------------------|:------------|:---------|:---------|:------------|:-------------|
7-
| 4.3.2 | 3.11.8 | 4.0.2 | 4.1.1 | 4.21.1 (1.86.1) | 2.43.2 | 3.4.1 | 3.1.11 | | 1.4.549 | 3.34.3 | 9.1.3 | 8.1.2 | Debian 12 |
7+
| 4.3.2 | 3.11.8 | 4.0.2 | 4.1.1 | 4.21.1 (1.86.1) | 2.43.2 | 3.4.1 | 3.1.11 | | 1.4.550 | 3.34.3 | 9.1.3 | 8.1.2 | Debian 12 |
88
| 4.3.1 | 3.11.6 | 4.0.2 | 3.6.6 | 4.18.0 (1.83.1) | 2.42.0 | 3.4.0 | 3.1.1 | 2023‑10‑31 | 1.3.450 | 3.34.0 | 9.1.3 | 8.1.2 | Debian 12 |
99
| 4.3.0 | 3.11.4 | 4.0.1 | 3.6.4 | 4.13.0 (1.78.2) | 2.41.0 | 3.3.0 | 3.1.1 | 2023‑06‑16 | 1.3.361 | 3.30.3 | 8.5.0 | 8.1.1 | Debian 12 |
1010
| 4.2.3 | 3.10.11 | 4.0.0 | 3.6.3 | 4.9.1 (1.73.1) | 2.40.0 | 3.3.0 | 2.19.2 | 2023‑04‑21 | 1.2.475[^4] | n/a | 7.3.0 | n/a | Debian 11 |

verse/latest.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG BUILD_ON_IMAGE=glcr.b-data.ch/jupyterlab/r/tidyverse
22
ARG R_VERSION
33
ARG CODE_BUILTIN_EXTENSIONS_DIR=/opt/code-server/lib/vscode/extensions
4-
ARG QUARTO_VERSION=1.4.549
4+
ARG QUARTO_VERSION=1.4.550
55
ARG CTAN_REPO=https://mirror.ctan.org/systems/texlive/tlnet
66

77
FROM ${BUILD_ON_IMAGE}:${R_VERSION}

0 commit comments

Comments
 (0)