From 2e27de9bb8ed48a81e708d30d4bdbd9fcafe90fc Mon Sep 17 00:00:00 2001 From: Jean-Marie 'Histausse' Mineau Date: Wed, 29 Oct 2025 15:05:21 +0100 Subject: [PATCH] fix container tag --- .forgejo/workflows/publish.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index f78e7ae..6ff07d8 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -3,7 +3,7 @@ jobs: test_checkout: runs-on: docker container: - image: ghcr.io/typst/typst:v0.14 + image: ghcr.io/typst/typst:v0.14.0 steps: - run: apk add --no-cache git curl - run: | diff --git a/README.md b/README.md index e64010a..7333d72 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ By Jean-Marie Mineau, supervised by Jean-François Lalande and Valérie Viet Tri ## Build -Currently build on [typst](https://github.com/typst/typst) 0.13.1. +Currently build on [typst](https://github.com/typst/typst) 0.14.0. To build, you need to install the template: