Commit dac1e700 authored by Evan Read's avatar Evan Read

Merge branch 'docs-shellcheck' into 'master'

Shellcheck - Use stable image

See merge request gitlab-org/gitlab!20681
parents f213d66b 3b3fb22f
......@@ -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