Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
Upgrade to openapi-generator v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreatma committed Sep 14, 2023
1 parent 584a479 commit 1cda235
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 @@ -35,7 +35,7 @@ SPEC_FETCHED_PATCHES=patches/spec.fetched.json
##
# openapi-generator-cli - docker
##
OPENAPI_CODEGEN_IMAGE=openapitools/openapi-generator-cli:v6.6.0
OPENAPI_CODEGEN_IMAGE=openapitools/openapi-generator-cli:v7.0.0
DOCKER_OPENAPI=${CRI} run --rm -u ${CURRENT_UID}:${CURRENT_GID} -v $(CURDIR):/local ${OPENAPI_CODEGEN_IMAGE}

docker_run: clean patch pull docker_generate move-workflow build_client
Expand Down

0 comments on commit 1cda235

Please sign in to comment.