summaryrefslogtreecommitdiff
path: root/doc/development/shell_scripting_guide
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/shell_scripting_guide')
-rw-r--r--doc/development/shell_scripting_guide/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/shell_scripting_guide/index.md b/doc/development/shell_scripting_guide/index.md
index 60678497bb2..e0895a088ab 100644
--- a/doc/development/shell_scripting_guide/index.md
+++ b/doc/development/shell_scripting_guide/index.md
@@ -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