Skip to content

Commit

Permalink
chore(deps): update koalaman/shellcheck-alpine docker tag to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 16, 2023
1 parent 877202a commit 2f42782
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.9.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.9.0
volumes:
- .:/mnt
yamllint:
Expand Down

0 comments on commit 2f42782

Please sign in to comment.