Skip to content

Commit 2f42782

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
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.9.0
9999
steps:
100100
- checkout
101101
- run:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
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.9.0
1010
volumes:
1111
- .:/mnt
1212
yamllint:

0 commit comments

Comments
 (0)