Skip to content

Commit

Permalink
chore(deps): update dependency koalaman/shellcheck-alpine to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 7, 2022
1 parent 877202a commit 1125e2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
name: Push Docker images to registry
shellcheck:
docker:
- image: koalaman/shellcheck-alpine:v0.4.7
- image: koalaman/shellcheck-alpine:v0.8.0
steps:
- checkout
- run:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
volumes:
- .:/home/node/src
shellcheck:
image: koalaman/shellcheck-alpine:v0.4.7
image: koalaman/shellcheck-alpine:v0.8.0
volumes:
- .:/mnt
yamllint:
Expand Down

0 comments on commit 1125e2b

Please sign in to comment.