From c9b9c99554c5a0bb314e230db338d9f7492a5725 Mon Sep 17 00:00:00 2001 From: Olivier Benz <olivier.benz@b-data.ch> Date: Thu, 27 Feb 2025 15:34:48 +0100 Subject: [PATCH] verse: Update Quarto to v1.6.42 --- VERSION_MATRIX.md | 2 +- verse/latest.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION_MATRIX.md b/VERSION_MATRIX.md index c158288..bf56114 100644 --- a/VERSION_MATRIX.md +++ b/VERSION_MATRIX.md @@ -24,7 +24,7 @@ Topmost entry = Tag `latest` | R | CTAN date | Quarto | |:------|:-----------|:------------| -| 4.4.2 | | 1.6.40 | +| 4.4.2 | | 1.6.42 | | 4.4.1 | 2024‑10‑31 | 1.5.57 | | 4.4.0 | 2024‑06‑14 | 1.4.555 | | 4.3.3 | 2024‑04‑24 | 1.4.553 | diff --git a/verse/latest.Dockerfile b/verse/latest.Dockerfile index 1b6c88a..897e86a 100644 --- a/verse/latest.Dockerfile +++ b/verse/latest.Dockerfile @@ -1,7 +1,7 @@ ARG BUILD_ON_IMAGE=glcr.b-data.ch/jupyterlab/r/tidyverse ARG R_VERSION ARG CODE_BUILTIN_EXTENSIONS_DIR=/opt/code-server/lib/vscode/extensions -ARG QUARTO_VERSION=1.6.40 +ARG QUARTO_VERSION=1.6.42 ARG CTAN_REPO=https://mirror.ctan.org/systems/texlive/tlnet FROM ${BUILD_ON_IMAGE}:${R_VERSION} -- GitLab