mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 23:29:19 +01:00
fixed docker upgrades
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
#------------------------#
|
||||
# Odoo Community #
|
||||
#------------------------#
|
||||
ARG ODOO_TAG
|
||||
FROM odoo:${ODOO_TAG}
|
||||
FROM odoo:17.0
|
||||
|
||||
# Switch to root user
|
||||
USER root
|
||||
|
||||
Reference in New Issue
Block a user