diff --git a/Makefile b/Makefile index b314408..a8abdf5 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ check-conventional-commits-linting: docker run --rm -v $(PWD):/workspace -u $(UID):$(GID) ghcr.io/developerc286/conventional_commits_linter:$(CONVENTIONAL_COMMITS_LINTER_VERSION) --allow-angular-type-only $(FROM) # renovate: depName=mvdan/shfmt -SHFMT_VERSION=v3.11.0-alpine@sha256:394d755b6007056a2e6d7537ccdbdcfca01b9855ba91e99df0166ca039c9d422 +SHFMT_VERSION=v3.12.0-alpine@sha256:204a4d2d876123342ad394bd9a28fb91e165abc03868790d4b39cfa73233f150 check-shell-formatting: docker pull mvdan/shfmt:$(SHFMT_VERSION)