next.js icon indicating copy to clipboard operation
next.js copied to clipboard

refactor: removes 'version' attribute post deprecation

Open khawajaJunaid opened this issue 1 year ago • 3 comments

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

khawajaJunaid avatar Jun 27 '24 09:06 khawajaJunaid

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

ijjk avatar Jun 27 '24 09:06 ijjk

latest updates in docker compose no longer requires 'version' attribute

Which update?

eps1lon avatar Jun 27 '24 09:06 eps1lon

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

khawajaJunaid avatar Jun 27 '24 12:06 khawajaJunaid

Please include more details, including the release notes + version where the attribute was removed, in a new PR 🙏

leerob avatar Jul 21 '24 15:07 leerob