Closed DHerrmannP closed 2 months ago
This pull request addresses issue: https://github.com/odoo/docker/issues/517#issue-2513197399
When trying to use the latest version of the 17.0 branch in the Enterprise repository:
https://github.com/odoo/enterprise/tree/17.0
with the oficial odoo 17 docker image (https://hub.docker.com/_/odoo), the latest version, points to https://github.com/odoo/docker/blob/e0227fd3dce1da5abcd698f3fd805324c351d7c1/17.0/Dockerfile, which is up to date with master.
The problem is that the odoo_17.0.20240904* release does not include the changes of commit: e8c088a pushed on 2024-09-04 (https://github.com/odoo/odoo/commit/e8c088a8bb87823bd1c42dc3394046231ad03116)
this comit is necesary for the latest enterpise version mensioned above.
The change: updates the Odoo 17 Dockerfile to use ODOO_RELEASE 20240905 instead of 20240904.
It looks like you can close this, as it has been obviated by 36079c9de840d5682f32b7163892dfdc8138db2b, which updates to release 20240912.
This pull request addresses issue: https://github.com/odoo/docker/issues/517#issue-2513197399
When trying to use the latest version of the 17.0 branch in the Enterprise repository:
https://github.com/odoo/enterprise/tree/17.0
with the oficial odoo 17 docker image (https://hub.docker.com/_/odoo), the latest version, points to https://github.com/odoo/docker/blob/e0227fd3dce1da5abcd698f3fd805324c351d7c1/17.0/Dockerfile, which is up to date with master.
The problem is that the odoo_17.0.20240904* release does not include the changes of commit: e8c088a pushed on 2024-09-04 (https://github.com/odoo/odoo/commit/e8c088a8bb87823bd1c42dc3394046231ad03116)
this comit is necesary for the latest enterpise version mensioned above.
The change: updates the Odoo 17 Dockerfile to use ODOO_RELEASE 20240905 instead of 20240904.