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: