fixed docker upgrades

This commit is contained in:
Yhael S
2024-08-24 18:20:39 -06:00
parent 0b31913315
commit 9a49d0a425
4 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,7 @@
#------------------------#
# Odoo Community #
#------------------------#
ARG ODOO_TAG
FROM odoo:${ODOO_TAG}
FROM odoo:17.0
# Switch to root user
USER root