diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-01-30 16:04:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-30 16:04:44 +0000 |
commit | 52fe924a139b8ae3d087cba0d9a5199054ae0595 (patch) | |
tree | 0c6510dfbd754c024608ab1b008d554825e4b2de /doc | |
parent | c589e3d57d2a4d37445a4b97648c08e1b9741304 (diff) | |
parent | 4df87eaaddfceaddd625294c0e601aebf2f68a85 (diff) | |
download | ale-52fe924a139b8ae3d087cba0d9a5199054ae0595.zip |
Merge pull request #1308 from lorenzo/patch-1
Improving hadolint checker
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-dockerfile.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ale-dockerfile.txt b/doc/ale-dockerfile.txt index 288addbb..805cc478 100644 --- a/doc/ale-dockerfile.txt +++ b/doc/ale-dockerfile.txt @@ -5,7 +5,7 @@ ALE Dockerfile Integration *ale-dockerfile-options* =============================================================================== hadolint *ale-dockerfile-hadolint* - hadolint can be found at: https://github.com/lukasmartinelli/hadolint + hadolint can be found at: https://github.com/hadolint/hadolint g:ale_dockerfile_hadolint_use_docker *g:ale_dockerfile_hadolint_use_docker* @@ -25,12 +25,12 @@ g:ale_dockerfile_hadolint_use_docker *g:ale_dockerfile_hadolint_use_docker* g:ale_dockerfile_hadolint_image *g:ale_dockerfile_hadolint_image* *b:ale_dockerfile_hadolint_image* Type: |String| - Default: `'lukasmartinelli/hadolint'` + Default: `'hadolint/hadolint'` This variable controls the docker image used to run hadolint. The default is hadolint's author's build, and can be found at: - https://hub.docker.com/r/lukasmartinelli/hadolint/ + https://hub.docker.com/r/hadolint/hadolint/ =============================================================================== |