From 0cd0625f2acb66669cabc79e69b26dd4926d6731 Mon Sep 17 00:00:00 2001 From: scriptswhisper <135032973+scriptswhisper@users.noreply.github.com> Date: Wed, 23 Jul 2025 13:17:33 +0200 Subject: [PATCH] fix: docker run command update docker image following #572 and #573 and github workflow .github/workflows /main.yml --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcd30e7..e485de4 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ xelatex {your-cv}.tex Or using docker: ```bash -docker run --rm --user $(id -u):$(id -g) -i -w "/doc" -v "$PWD":/doc thomasweise/texlive make +docker run --rm --user $(id -u):$(id -g) -i -w "/doc" -v "$PWD":/doc texlive/texlive:latest make ``` In either case, this should result in the creation of ``{your-cv}.pdf``