We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2a702d commit 18643ccCopy full SHA for 18643cc
VERSION_MATRIX.md
@@ -24,7 +24,7 @@ Topmost entry = Tag `latest`
24
25
| R | CTAN date | Quarto |
26
|:------|:-----------|:------------|
27
-| 4.4.2 | | 1.6.39 |
+| 4.4.2 | | 1.6.40 |
28
| 4.4.1 | 2024‑10‑31 | 1.5.57 |
29
| 4.4.0 | 2024‑06‑14 | 1.4.555 |
30
| 4.3.3 | 2024‑04‑24 | 1.4.553 |
verse/latest.Dockerfile
@@ -1,7 +1,7 @@
1
ARG BUILD_ON_IMAGE=glcr.b-data.ch/jupyterlab/r/tidyverse
2
ARG R_VERSION
3
ARG CODE_BUILTIN_EXTENSIONS_DIR=/opt/code-server/lib/vscode/extensions
4
-ARG QUARTO_VERSION=1.6.39
+ARG QUARTO_VERSION=1.6.40
5
ARG CTAN_REPO=https://mirror.ctan.org/systems/texlive/tlnet
6
7
FROM ${BUILD_ON_IMAGE}:${R_VERSION}
0 commit comments