We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 877202a commit c71fad9Copy full SHA for c71fad9
.circleci/config.yml
@@ -95,7 +95,7 @@ jobs:
95
name: Push Docker images to registry
96
shellcheck:
97
docker:
98
- - image: koalaman/shellcheck-alpine:v0.4.7
+ - image: koalaman/shellcheck-alpine:v0.10.0
99
steps:
100
- checkout
101
- run:
docker-compose.yml
@@ -6,7 +6,7 @@ services:
6
volumes:
7
- .:/home/node/src
8
9
- image: koalaman/shellcheck-alpine:v0.4.7
+ image: koalaman/shellcheck-alpine:v0.10.0
10
11
- .:/mnt
12
yamllint:
0 commit comments