Skip to content

Commit

Permalink
feat: upgrade openapi-generator to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreatma committed Jan 9, 2024
1 parent e46cc28 commit 0163e8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ GIT_REPO=equinix-sdk-go
PACKAGE_VERSION=$(shell cat version)
USER_AGENT=${GIT_REPO}/${PACKAGE_VERSION}


OPENAPI_IMAGE_TAG=v7.1.0
OPENAPI_IMAGE_TAG=v7.2.0
OPENAPI_IMAGE=openapitools/openapi-generator-cli:${OPENAPI_IMAGE_TAG}
CRI=docker # nerdctl
OPENAPI_GENERATOR=${CRI} run --rm -u ${CURRENT_UID}:${CURRENT_GID} -v $(CURDIR):/local ${OPENAPI_IMAGE}
Expand Down

0 comments on commit 0163e8d

Please sign in to comment.