Update chktex docker image (#4592)

* Update Dockerfile

* use ghcr.io

* remove now caught error from latex_good_1.tex
This commit is contained in:
Jacob Wujciak-Jens 2023-09-01 09:21:48 +02:00 committed by GitHub
parent 59afc6220c
commit c6eefcfda9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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