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: ...@@ -60,7 +60,7 @@ All projects with shell scripts should use this GitLab CI/CD job:
```yaml ```yaml
shell check: shell check:
image: koalaman/shellcheck-alpine image: koalaman/shellcheck-alpine:stable
stage: test stage: test
before_script: before_script:
- shellcheck --version - 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