Skip to content

Commit 11345d4

Browse files
fix(deps): update openapitools/openapi-generator-cli docker tag to v7.22.0
1 parent a779c08 commit 11345d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ API_VERSION ?= v1.12.2.4211
66
REPO ?= Prowlarr/Prowlarr
77
API_PATH ?= /src/Prowlarr.Api.V1/openapi.json
88
URL ?= ${BASE_SWAGGER_URL}${REPO}/${API_VERSION}${API_PATH}
9-
OPENAPI_GENERATOR_IMAGE ?= openapitools/openapi-generator-cli:v7.21.0@sha256:ce308310f3c1f8761e65338b8ab87b651bf4862c6acb80de510f381fffc4510b
9+
OPENAPI_GENERATOR_IMAGE ?= openapitools/openapi-generator-cli:v7.22.0@sha256:1f459499a7c794aa0ea769c3c9b0eb54806c5ad2f68510a0ebb9338d0a626ced
1010
BASE_PATH ?= .generated-code/${APP}-${SDK}
1111
PY_VERSION_FILES ?= setup.py pyproject.toml ${APP}/__init__.py ${APP}/api_client.py ${APP}/configuration.py
1212

0 commit comments

Comments
 (0)