mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Per the description (https://hub.docker.com/r/koalaman/shellcheck-alpine), one should prefer the main image as it is a statically compiled binary.
@@ -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
|
||||
|
Reference in New Issue
Block a user