next.js
next.js copied to clipboard
refactor: removes 'version' attribute post deprecation
What?
removes 'version' attribute post deprecation from all compose files related to dev, staging and prod env
Why?
latest updates in docker compose no longer requires 'version' attribute
How?
remove the version field in the compose files to remove the warning that one may get during builds
Allow CI Workflow Run
- [ ] approve CI run for commit: b995eea8d6b99ea6c69701f697df383fa04fa935
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer
latest updates in docker compose no longer requires 'version' attribute
Which update?
latest updates in docker compose no longer requires 'version' attribute
Which update?
In the docker compose yml format, it mentions that the version attribute has been deprecated
Please include more details, including the release notes + version where the attribute was removed, in a new PR 🙏