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 13.0-15.0 to release 20220520 #12462

Merged
merged 1 commit into from
May 20, 2022
Merged

Conversation

d-fence
Copy link
Contributor

@d-fence d-fence commented May 20, 2022

Hello,

as usual, here are the latest update for Odoo supported versions.

Thx

@github-actions
Copy link

Diff for b64bf1e:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index e0fb91d..f6334a8 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: 9264df22a694b66cc3b866f92d180e3b084a015e
+GitCommit: 545e19bca196adead368bc895ebd2860dbc4cd9a
 
 Tags: 13.0, 13
 Directory: 13.0
diff --git a/odoo_13/Dockerfile b/odoo_13/Dockerfile
index 9711a15..13eee58 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=20220506
-ARG ODOO_SHA=3dcd6300b65a9f644a4dfc20989ae94b4a1f0b75
+ARG ODOO_RELEASE=20220520
+ARG ODOO_SHA=33fd70bdad094c91ccf445753be2043c9b059b33
 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_14/Dockerfile b/odoo_14/Dockerfile
index 6fe39d5..26f4b8c 100644
--- a/odoo_14/Dockerfile
+++ b/odoo_14/Dockerfile
@@ -55,8 +55,8 @@ RUN npm install -g rtlcss
 
 # Install Odoo
 ENV ODOO_VERSION 14.0
-ARG ODOO_RELEASE=20220506
-ARG ODOO_SHA=ac816b4769fe14b9a7894790fcf7d98bcb6c3741
+ARG ODOO_RELEASE=20220520
+ARG ODOO_SHA=f666f4a72c7ace2fa13eea01970012011c7d4828
 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 a05dd39..725e700 100644
--- a/odoo_latest/Dockerfile
+++ b/odoo_latest/Dockerfile
@@ -55,8 +55,8 @@ RUN npm install -g rtlcss
 
 # Install Odoo
 ENV ODOO_VERSION 15.0
-ARG ODOO_RELEASE=20220506
-ARG ODOO_SHA=5c6b3e4f33d03472e6ee668b340984b7661de14a
+ARG ODOO_RELEASE=20220520
+ARG ODOO_SHA=0663b11f4c05c66aadfe74fbd27b14beaa9e0f07
 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 \

Relevant Maintainers:

@yosifkit yosifkit merged commit d74c0f3 into docker-library:master May 20, 2022
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