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 20210407 #9937

Merged
merged 1 commit into from
Apr 7, 2021

Conversation

d-fence
Copy link
Contributor

@d-fence d-fence commented Apr 7, 2021

Hello,

here you can find the latest updates of Odoo supported versions.

Thanks

@github-actions
Copy link

github-actions bot commented Apr 7, 2021

Diff for 1b649fc:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 9a36bb5..9bc566a 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: ece2519a00a5609e73936e436575f5970fb52dc7
+GitCommit: 59b76d6aa31afebd093a8072ff558d87a6c2aa85
 
 Tags: 12.0, 12
 Directory: 12.0
diff --git a/odoo_12/Dockerfile b/odoo_12/Dockerfile
index 94a3ce3..53c3942 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=20210329
-ARG ODOO_SHA=cd334511a519ec8b8fd3f4555171d17f94107b77
+ARG ODOO_RELEASE=20210407
+ARG ODOO_SHA=c045039b78bf624cafa00b84f5b2b2b1b5fe532e
 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 dd39dff..8f64108 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=20210330
-ARG ODOO_SHA=0e7a35f95285b360d01f6da0e64282519d025f31
+ARG ODOO_RELEASE=20210407
+ARG ODOO_SHA=ca37f801e71721044351a6457dcdc4091a138771
 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 2f3578e..2805fde 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=20210330
-ARG ODOO_SHA=0a0ebf50846a5e5131a6725795c3fc59d511262d
+ARG ODOO_RELEASE=20210407
+ARG ODOO_SHA=aff621cdd7e1ee2e27769d26356954cc8d143be1
 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 \

@yosifkit yosifkit merged commit b959c9f into docker-library:master Apr 7, 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