Skip to content

Commit c71fad9

Browse files
chore(deps): update koalaman/shellcheck-alpine docker tag to v0.10.0
1 parent 877202a commit c71fad9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
name: Push Docker images to registry
9696
shellcheck:
9797
docker:
98-
- image: koalaman/shellcheck-alpine:v0.4.7
98+
- image: koalaman/shellcheck-alpine:v0.10.0
9999
steps:
100100
- checkout
101101
- run:

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
volumes:
77
- .:/home/node/src
88
shellcheck:
9-
image: koalaman/shellcheck-alpine:v0.4.7
9+
image: koalaman/shellcheck-alpine:v0.10.0
1010
volumes:
1111
- .:/mnt
1212
yamllint:

0 commit comments

Comments
 (0)