mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Upgrade shfmt to version 3.4.0
This commit is contained in:
parent
669a786c7e
commit
f5a8f0fb94
3 changed files with 6 additions and 8 deletions
|
@ -11,7 +11,7 @@ echo '# Linting shell scripts'
|
|||
if ! docker --version >/dev/null 2>/dev/null; then
|
||||
echo 'Docker is not installed, or it is not running.' >&2
|
||||
rc=1
|
||||
elif ! docker run --rm -v "$SRC_DIR:/src" -w /src --entrypoint /src/scripts/invoke-shfmt mvdan/shfmt:v3.3.1-alpine fix; then
|
||||
elif ! docker run --rm -v "$SRC_DIR:/src" -w /src --entrypoint /src/scripts/invoke-shfmt mvdan/shfmt:v3.4.0-alpine fix; then
|
||||
echo 'ERROR!' >&2
|
||||
rc=1
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue