Commit 3b3fb22f authored by Thong Kuah's avatar Thong Kuah

Shellcheck - Use stable image

The latest image sometimes has bugs, etc.
parent 4a525497
......@@ -60,7 +60,7 @@ All projects with shell scripts should use this GitLab CI/CD job:
```yaml
shell check:
image: koalaman/shellcheck-alpine
image: koalaman/shellcheck-alpine:stable
stage: test
before_script:
- shellcheck --version
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment