Skip to content

Commit

Permalink
Bump koalaman/shellcheck from v0.9.0 to v0.10.0 in /.github/linting (#89
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dependabot[bot] committed Mar 8, 2024
1 parent 5cb63b9 commit e2c21ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/linting/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM mvdan/shfmt:v3.8.0 as shfmt
FROM koalaman/shellcheck:v0.9.0 as shellcheck
FROM koalaman/shellcheck:v0.10.0 as shellcheck

FROM python:3.11.3-alpine3.16

Expand Down

0 comments on commit e2c21ac

Please sign in to comment.