FusionAuth / fusionauth-openapi

FusionAuth OpenAPI client
https://fusionauth.io/docs/v1/tech/client-libraries/openapi/
Apache License 2.0
7 stars 1 forks source link

Defining specific `openapi-generator-cli` Docker image #4

Closed vcampitelli closed 1 year ago

vcampitelli commented 1 year ago

Closes #3

It seems that the latest Docker image is now pointing to a v7 snapshot version and it's breaking our GitHub actions:

image

So I'm setting openapi-generator-cli Docker image to v6.6.0, which is the stable version.