Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit 2d72596

Browse files
authored
build: Pin OpenAPI Generator Minor Version (#94)
* pin the openapi-generator image to last used minor version * set to last release used
1 parent 44dbfb8 commit 2d72596

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ file="$1"
1010

1111
rm -rf ./src/generated
1212

13-
docker run --rm -v "${PWD}:/local" -u $(id -u) openapitools/openapi-generator-cli:latest generate \
13+
docker run --rm -v "${PWD}:/local" -u $(id -u) openapitools/openapi-generator-cli:v7.10.0 generate \
1414
-i "/local/$file" \
1515
-g typescript-fetch \
1616
-o /local/src/generated \
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.11.0-SNAPSHOT
1+
7.10.0

0 commit comments

Comments
 (0)