chore(ci): Bump schema validate to 0.3.2

This commit is contained in:
ieQu1 2022-05-31 10:22:06 +02:00
parent 06d2e1d05a
commit 932384b7bd
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ else
SCHEMA="$1"
fi
docker run -d --name langtool "ghcr.io/iequ1/emqx-schema-validate:0.3.1"
docker run -d --name langtool "ghcr.io/iequ1/emqx-schema-validate:0.3.2"
docker exec -i langtool ./emqx_schema_validate - < "${SCHEMA}"
success="$?"