From c6eefcfda9aece111497bc708a3aa1566d6479de Mon Sep 17 00:00:00 2001 From: Jacob Wujciak-Jens Date: Fri, 1 Sep 2023 09:21:48 +0200 Subject: [PATCH] Update chktex docker image (#4592) * Update Dockerfile * use ghcr.io * remove now caught error from latex_good_1.tex --- .automation/test/latex/latex_good_1.tex | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.automation/test/latex/latex_good_1.tex b/.automation/test/latex/latex_good_1.tex index 5b7de792..fc558e37 100644 --- a/.automation/test/latex/latex_good_1.tex +++ b/.automation/test/latex/latex_good_1.tex @@ -55,7 +55,7 @@ in plain TeX---are the key % Using DashExcpt The Birch--Swinnerton-Dyer conjecture is correct. %The Birch--Swinnerton--Dyer conjecture is not correct. -The Birch-Swinnerton-Dyer conjecture is not correct (but not caught). +%The Birch-Swinnerton-Dyer conjecture is not correct (but not caught). % Warning 9-10 diff --git a/Dockerfile b/Dockerfile index a4286d21..6ccdd5b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ ######################################### FROM tenable/terrascan:1.18.3 as terrascan FROM alpine/terragrunt:1.5.5 as terragrunt -FROM assignuser/chktex-alpine:v0.1.1 as chktex +FROM ghcr.io/assignuser/chktex-alpine:v0.2.0 as chktex FROM dotenvlinter/dotenv-linter:3.3.0 as dotenv-linter FROM ghcr.io/awkbar-devops/clang-format:v1.0.2 as clang-format FROM ghcr.io/terraform-linters/tflint-bundle:v0.47.0.0 as tflint