mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 02:23:39 -05:00
Update chktex docker image (#4592)
* Update Dockerfile * use ghcr.io * remove now caught error from latex_good_1.tex
This commit is contained in:
parent
59afc6220c
commit
c6eefcfda9
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue