diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 655e04e..98e742f 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM leplusorg/latex +FROM textlive/textlive # Install additional packages & fonts RUN apt-get update -y \ diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b10aee2..ebb9d47 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: leplusorg/latex + image: textlive/textlive # Steps represent a sequence of tasks that will be executed as part of the job steps: