From 0ca5a2672cc934a5a163848f32d69028393d3d8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=9D=8E?= Date: Wed, 11 Dec 2024 17:31:49 +0800 Subject: [PATCH] use texlive/texlive:TL2022-historic --- .devcontainer/Dockerfile | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 98e742f..1c4d06d 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM textlive/textlive +FROM texlive/texlive:TL2022-historic # Install additional packages & fonts RUN apt-get update -y \ diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ebb9d47..a1401bc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: # The type of runner that the job will run on runs-on: ubuntu-latest container: - image: textlive/textlive + image: texlive/texlive:TL2022-historic # Steps represent a sequence of tasks that will be executed as part of the job steps: