Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: resolve ARG scope and variable quoting issues in Dockerfile
- Moved the ARG instruction inside the build stage where it is used. - Surrounded $ASYNCAPI_GENERATOR_VERSION with double quotes to prevent word splitting and globbing issues. - Improved maintainability and reliability by ensuring proper variable handling.
- Loading branch information