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 14.0-16.0 to release 20230925 #15429

Merged
merged 1 commit into from
Sep 25, 2023
Merged

Conversation

d-fence
Copy link
Contributor

@d-fence d-fence commented Sep 25, 2023

Hello,

here are the latest Odoo updates for supported versions.

Thanks.

@github-actions
Copy link

Diff for 97808e6:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 3137fa7..d66fa43 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: 61148a86eed7fb5452dc7705b479988e1f49f9a6
+GitCommit: d04d885eea6b8f60ada727fcc498f5a8fd44da51
 
 Tags: 14.0, 14
 Directory: 14.0
diff --git a/odoo_14/Dockerfile b/odoo_14/Dockerfile
index 965d5ca..42f1e4a 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=20230908
-ARG ODOO_SHA=2d87d3ad92af4643873995a0749b3b97cdeb7f73
+ARG ODOO_RELEASE=20230925
+ARG ODOO_SHA=b7622d939c7135e693d498aec22a21638616bfee
 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_15/Dockerfile b/odoo_15/Dockerfile
index 2ecda41..5ec82e7 100644
--- a/odoo_15/Dockerfile
+++ b/odoo_15/Dockerfile
@@ -55,8 +55,8 @@ RUN npm install -g rtlcss
 
 # Install Odoo
 ENV ODOO_VERSION 15.0
-ARG ODOO_RELEASE=20230908
-ARG ODOO_SHA=ff9c3147d2f2056d1f510958e16fb15d5dc89b6e
+ARG ODOO_RELEASE=20230925
+ARG ODOO_SHA=e10abf8d0b57917d198d8185aa893fd44ce65c9c
 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 f0f8000..9b1381d 100644
--- a/odoo_latest/Dockerfile
+++ b/odoo_latest/Dockerfile
@@ -57,8 +57,8 @@ RUN npm install -g rtlcss
 
 # Install Odoo
 ENV ODOO_VERSION 16.0
-ARG ODOO_RELEASE=20230908
-ARG ODOO_SHA=e8031569c375721ada05f12f4be4044f5d7bddbd
+ARG ODOO_RELEASE=20230925
+ARG ODOO_SHA=c258ecd198cbd079fe1a271dcba23930820eb12f
 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 3dac759 into docker-library:master Sep 25, 2023
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