root: lock openapi image

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-03-26 23:25:04 +01:00
parent bc3e6b3962
commit 7a01529511
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ gen-web:
docker run \
--rm -v ${PWD}:/local \
--user ${UID}:${GID} \
openapitools/openapi-generator-cli generate \
openapitools/openapi-generator-cli:v5.4.0 generate \
-i /local/schema.yml \
-g typescript-fetch \
-o /local/web-api \