diff --git a/Makefile b/Makefile index dbc6cac3..9e0742e6 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.9.0@sha256:bb32f5f0c9f5bdbb7b00959e8009de0230aedc200662701f05fc244c36f967ba +OPENAPI_GENERATOR_IMAGE ?= openapitools/openapi-generator-cli:v7.10.0@sha256:f2054a5a7908ad81017d0f0839514ba5eab06ae628914ff71554d46fac1bcf7a BASE_PATH ?= .generated-code/${APP}-${SDK} PY_VERSION_FILES ?= setup.py pyproject.toml ${APP}/__init__.py ${APP}/api_client.py ${APP}/configuration.py