Skip to content

Commit

Permalink
fix(deps): update openapitools/openapi-generator-cli docker tag to v7…
Browse files Browse the repository at this point in the history
….12.0
  • Loading branch information
renovate[bot] authored Feb 28, 2025
1 parent c2a2c7b commit 8df6b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.0@sha256:a9e7091ac8808c6835cf8ec88252bca603f1f889ef1456b63d8add5781feeca7
OPENAPI_GENERATOR_IMAGE ?= openapitools/openapi-generator-cli:v7.12.0@sha256:338dc617d26fb4a515891dee8a5c345ad302e191c6010c6a1f77ed6f6ff7476a
BASE_PATH ?= .generated-code/${APP}-${SDK}
PY_VERSION_FILES ?= setup.py pyproject.toml ${APP}/__init__.py ${APP}/api_client.py ${APP}/configuration.py

Expand Down

0 comments on commit 8df6b6e

Please sign in to comment.