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

Commit

Permalink
feat: bump to latest openapi codegen version
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Privitere <[email protected]>
  • Loading branch information
cprivitere committed Aug 21, 2023
1 parent 173dded commit 37dd49f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ SPEC_FETCHED_PATCHES=patches/spec.fetched.json
##
# openapi-generator-cli - docker
##
OPENAPI_CODEGEN_SHA=sha256:be8c2ef6be22f695410c2cc13d0ec7fdf2533fc88a7f17288ad758b7679de8df

OPENAPI_CODEGEN_IMAGE=openapitools/openapi-generator-cli@${OPENAPI_CODEGEN_SHA}
OPENAPI_CODEGEN_IMAGE=openapitools/openapi-generator-cli:v6.6.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 37dd49f

Please sign in to comment.