Skip to content

Commit 8f14d77

Browse files
authored
Fix shfmt version (#5015)
1 parent 45df2ed commit 8f14d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

megalinter/descriptors/bash.megalinter-descriptor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ linters:
139139
dockerfile:
140140
- |-
141141
# renovate: datasource=docker depName=rhysd/actionlint
142-
ARG BASH_SHFMT_VERSION=v3.10.0-alpine
142+
ARG BASH_SHFMT_VERSION=v3.11.0-alpine
143143
- FROM mvdan/shfmt:${BASH_SHFMT_VERSION} AS shfmt
144144
- COPY --link --from=shfmt /bin/shfmt /usr/bin/
145145
ide:

0 commit comments

Comments
 (0)