Skip to content

Commit 8c316c7

Browse files
Update ODOO_COMMIT argument to the latest commit hash for Odoo 8.0
1 parent a38a27d commit 8c316c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ RUN pip install --no-cache-dir \
6060
pillow==2.6.1
6161

6262
# Clone Odoo 8.0 from the official repository
63-
ARG ODOO_COMMIT=8c5e3c2c7e7c3e2e2b7e2d2e2c7e3c2e2b7e2d2e
63+
ARG ODOO_COMMIT=9e8f70e4849b0eeaca8b5cf51372ecfa23dc561b
6464
RUN git clone --branch 8.0 https://www.github.com/odoo/odoo /odoo \
6565
&& cd /odoo \
6666
&& git checkout ${ODOO_COMMIT}

0 commit comments

Comments
 (0)