There was an error while loading. Please reload this page.
1 parent dcd586d commit 4085291Copy full SHA for 4085291
1 file changed
Makefile
@@ -6,7 +6,7 @@ API_VERSION ?= v1.12.2.4211
6
REPO ?= Prowlarr/Prowlarr
7
API_PATH ?= /src/Prowlarr.Api.V1/openapi.json
8
URL ?= ${BASE_SWAGGER_URL}${REPO}/${API_VERSION}${API_PATH}
9
-OPENAPI_GENERATOR_IMAGE ?= openapitools/openapi-generator-cli:v7.22.0@sha256:1f459499a7c794aa0ea769c3c9b0eb54806c5ad2f68510a0ebb9338d0a626ced
+OPENAPI_GENERATOR_IMAGE ?= openapitools/openapi-generator-cli:v7.23.0@sha256:5ffccd3b0d4ac57eac443e1c9b3e2f2bb7f0a21ffe6c6701f3690d7edc78bf2d
10
BASE_PATH ?= .generated-code/${APP}-${SDK}
11
PY_VERSION_FILES ?= setup.py pyproject.toml ${APP}/__init__.py ${APP}/api_client.py ${APP}/configuration.py
12
0 commit comments