Skip to content

Commit 18643cc

Browse files
committed
verse: Update Quarto to v1.6.40
1 parent b2a702d commit 18643cc

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
@@ -24,7 +24,7 @@ Topmost entry = Tag `latest`
2424

2525
| R | CTAN date | Quarto |
2626
|:------|:-----------|:------------|
27-
| 4.4.2 | | 1.6.39 |
27+
| 4.4.2 | | 1.6.40 |
2828
| 4.4.1 | 2024‑10‑31 | 1.5.57 |
2929
| 4.4.0 | 2024‑06‑14 | 1.4.555 |
3030
| 4.3.3 | 2024‑04‑24 | 1.4.553 |

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.6.39
4+
ARG QUARTO_VERSION=1.6.40
55
ARG CTAN_REPO=https://mirror.ctan.org/systems/texlive/tlnet
66

77
FROM ${BUILD_ON_IMAGE}:${R_VERSION}

0 commit comments

Comments
 (0)