Per the description (https://hub.docker.com/r/koalaman/shellcheck-alpine), one should prefer the main image as it is a statically compiled binary.

Eli Flanagan
2019-12-11 09:47:46 -05:00
parent 910d683b80
commit 36c6cf82ba

@@ -2,7 +2,7 @@ Simple test job for GitLab (analyse testScript.sh):
```yaml
test:
image: koalaman/shellcheck-alpine:latest
image: koalaman/shellcheck:latest
stage: test
script:
- shellcheck testScript.sh