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 20220718 #12803

Merged
merged 1 commit into from
Jul 18, 2022
Merged

Conversation

d-fence
Copy link
Contributor

@d-fence d-fence commented Jul 18, 2022

Hello,

here the brand new warm latest Odoo updates for supported versions.

Thx

@github-actions
Copy link

Diff for b8b5d71:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index b99608a..a62641c 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: cbd79f009ae0131996c7e50c80db28196aa587ad
+GitCommit: 037310071171bd8620734dd58f15e9d8d8f038b4
 
 Tags: 13.0, 13
 Directory: 13.0
diff --git a/odoo_13/Dockerfile b/odoo_13/Dockerfile
index b8ef3c6..c1b959a 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=20220708
-ARG ODOO_SHA=95fae6ca695e8f93d7eb6abb79b3813d1b5d926b
+ARG ODOO_RELEASE=20220718
+ARG ODOO_SHA=c96fedf5e961122bc9face8dba102105070cbfb7
 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 e39a49e..3c0ccb2 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=20220708
-ARG ODOO_SHA=12774eac55ced7723f67be9e15577692162f4854
+ARG ODOO_RELEASE=20220718
+ARG ODOO_SHA=c93ae8c22679a87d649157a3ddcc761600e28ee0
 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 6f2f43c..2f3248c 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=20220708
-ARG ODOO_SHA=5e393909c75b3c85ddaaabf587c48197b800e68b
+ARG ODOO_RELEASE=20220718
+ARG ODOO_SHA=dc4a5b8c5be8f873e751539117f5aa41d9f7b217
 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:

@tianon tianon merged commit f5023b5 into docker-library:master Jul 18, 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