diff --git a/Makefile b/Makefile index e4b61356..8545f499 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ API_VERSION ?= v1.12.2.4211 REPO ?= Prowlarr/Prowlarr API_PATH ?= /src/Prowlarr.Api.V1/openapi.json URL ?= ${BASE_SWAGGER_URL}${REPO}/${API_VERSION}${API_PATH} -OPENAPI_GENERATOR_IMAGE ?= openapitools/openapi-generator-cli:v7.20.0@sha256:fa4add01856e44becf70674164df354d61bd37ba0f444d27be949801e013921b +OPENAPI_GENERATOR_IMAGE ?= openapitools/openapi-generator-cli:v7.21.0@sha256:ce308310f3c1f8761e65338b8ab87b651bf4862c6acb80de510f381fffc4510b BASE_PATH ?= .generated-code/${APP}-${SDK} PY_VERSION_FILES ?= setup.py pyproject.toml ${APP}/__init__.py ${APP}/api_client.py ${APP}/configuration.py