Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Odoo: update 12.0-14.0 to release 20210330 #9879

Merged
merged 1 commit into from
Mar 30, 2021
Merged

Conversation

d-fence
Copy link
Contributor

@d-fence d-fence commented Mar 30, 2021

Hello,

Here are the latest Odoo updates of supported versions.

Thanks.

@github-actions
Copy link

Diff for 5918193:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index c8a09e2..9a36bb5 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,6 +1,6 @@
 Maintainers: Christophe Monniez <moc@odoo.com> (@d-fence)
 GitRepo: https://github.com/odoo/docker
-GitCommit: d76e5a9120e02ab985829e7562ab6227b30819c9
+GitCommit: ece2519a00a5609e73936e436575f5970fb52dc7
 
 Tags: 12.0, 12
 Directory: 12.0
diff --git a/odoo_12/Dockerfile b/odoo_12/Dockerfile
index ab94986..94a3ce3 100644
--- a/odoo_12/Dockerfile
+++ b/odoo_12/Dockerfile
@@ -67,8 +67,8 @@ RUN echo "deb http://deb.nodesource.com/node_8.x stretch main" > /etc/apt/source
 
 # Install Odoo
 ENV ODOO_VERSION 12.0
-ARG ODOO_RELEASE=20210318
-ARG ODOO_SHA=830878e5deb4133e7bd75360981f397943a7a433
+ARG ODOO_RELEASE=20210329
+ARG ODOO_SHA=cd334511a519ec8b8fd3f4555171d17f94107b77
 RUN curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
         && echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \
         && apt-get update \
diff --git a/odoo_13/Dockerfile b/odoo_13/Dockerfile
index 305954a..dd39dff 100644
--- a/odoo_13/Dockerfile
+++ b/odoo_13/Dockerfile
@@ -54,8 +54,8 @@ RUN npm install -g rtlcss
 
 # Install Odoo
 ENV ODOO_VERSION 13.0
-ARG ODOO_RELEASE=20210318
-ARG ODOO_SHA=e72e224190d65a9679b764f085b2403fcb6ad97d
+ARG ODOO_RELEASE=20210330
+ARG ODOO_SHA=0e7a35f95285b360d01f6da0e64282519d025f31
 RUN curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
         && echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \
         && apt-get update \
diff --git a/odoo_latest/Dockerfile b/odoo_latest/Dockerfile
index 6088a99..2f3578e 100644
--- a/odoo_latest/Dockerfile
+++ b/odoo_latest/Dockerfile
@@ -55,8 +55,8 @@ RUN npm install -g rtlcss
 
 # Install Odoo
 ENV ODOO_VERSION 14.0
-ARG ODOO_RELEASE=20210318
-ARG ODOO_SHA=c8b020d0a3197f02ed75d8245c8626f9f123edf2
+ARG ODOO_RELEASE=20210330
+ARG ODOO_SHA=0a0ebf50846a5e5131a6725795c3fc59d511262d
 RUN curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
     && echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \
     && apt-get update \

@tianon tianon merged commit 002dfb8 into docker-library:master Mar 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants