We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a38a27d commit 8c316c7Copy full SHA for 8c316c7
Dockerfile
@@ -60,7 +60,7 @@ RUN pip install --no-cache-dir \
60
pillow==2.6.1
61
62
# Clone Odoo 8.0 from the official repository
63
-ARG ODOO_COMMIT=8c5e3c2c7e7c3e2e2b7e2d2e2c7e3c2e2b7e2d2e
+ARG ODOO_COMMIT=9e8f70e4849b0eeaca8b5cf51372ecfa23dc561b
64
RUN git clone --branch 8.0 https://www.github.com/odoo/odoo /odoo \
65
&& cd /odoo \
66
&& git checkout ${ODOO_COMMIT}
0 commit comments