Skip to content

Commit f6cea48

Browse files
committed
upgrade openapi-generator to latest
1 parent bc999b8 commit f6cea48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GIT_REPO=equinix-sdk-python
88
PACKAGE_VERSION=$(shell cat version)
99
USER_AGENT=${GIT_REPO}/${PACKAGE_VERSION}
1010

11-
OPENAPI_IMAGE_TAG=v7.4.0
11+
OPENAPI_IMAGE_TAG=v7.10.0
1212
OPENAPI_IMAGE=openapitools/openapi-generator-cli:${OPENAPI_IMAGE_TAG}
1313
CRI=docker # nerdctl
1414
OPENAPI_GENERATOR=${CRI} run --rm -u ${CURRENT_UID}:${CURRENT_GID} -v $(CURDIR):/local ${OPENAPI_IMAGE}

0 commit comments

Comments
 (0)