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 Dec 22, 2023
1 parent 1234d2a commit 3f4faef
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 @@ -8,7 +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 3f4faef

Please sign in to comment.