vercel / next.js

The React Framework
https://nextjs.org
MIT License
125.37k stars 26.78k forks source link

refactor: removes 'version' attribute post deprecation #67236

Closed khawajaJunaid closed 2 months ago

khawajaJunaid commented 3 months ago

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

ijjk commented 3 months ago

Allow CI Workflow Run

Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer

eps1lon commented 3 months ago

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

Which update?

khawajaJunaid commented 3 months ago

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

leerob commented 2 months ago

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