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 16.0-18.0 to release 20241220 #18147

Merged
merged 1 commit into from
Dec 20, 2024
Merged

Conversation

d-fence
Copy link
Contributor

@d-fence d-fence commented Dec 20, 2024

Hello,

here are the latest Odoo updates.

Thanks

@d-fence d-fence requested a review from a team as a code owner December 20, 2024 14:55
Copy link

Diff for dc7abac:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 460e358..cd304b3 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,15 +1,15 @@
 Maintainers: Christophe Monniez <[email protected]> (@d-fence)
 GitRepo: https://github.com/odoo/docker
-GitCommit: beb0b7ff250178aaafce2b2adffd7f45d881fbaf
+GitCommit: 6b739618081fc0ff46032b38f5c126bafcdfe3a4
 
-Tags: 16.0-20241209, 16.0, 16
+Tags: 16.0-20241220, 16.0, 16
 Architectures: amd64, arm64v8
 Directory: 16.0
 
-Tags: 17.0-20241209, 17.0, 17
+Tags: 17.0-20241220, 17.0, 17
 Architectures: amd64, arm64v8, ppc64le
 Directory: 17.0
 
-Tags: 18.0-20241209, 18.0, 18, latest
+Tags: 18.0-20241220, 18.0, 18, latest
 Architectures: amd64, arm64v8, ppc64le
 Directory: 18.0
diff --git a/_bashbrew-list b/_bashbrew-list
index d28dad3..cb5cf12 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,10 +1,10 @@
 odoo:16
 odoo:16.0
-odoo:16.0-20241209
+odoo:16.0-20241220
 odoo:17
 odoo:17.0
-odoo:17.0-20241209
+odoo:17.0-20241220
 odoo:18
 odoo:18.0
-odoo:18.0-20241209
+odoo:18.0-20241220
 odoo:latest
diff --git a/odoo_16/Dockerfile b/odoo_16/Dockerfile
index 4dae093..b39d38c 100644
--- a/odoo_16/Dockerfile
+++ b/odoo_16/Dockerfile
@@ -69,8 +69,8 @@ RUN npm install -g rtlcss
 
 # Install Odoo
 ENV ODOO_VERSION 16.0
-ARG ODOO_RELEASE=20241209
-ARG ODOO_SHA=cec2ddcce6dd38867b6983dbe68b2c43b030cd12
+ARG ODOO_RELEASE=20241220
+ARG ODOO_SHA=6312a02426f8b8c8b7578947cd8733e8f042de54
 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_17/Dockerfile b/odoo_17/Dockerfile
index 8d60bef..84eb1e0 100644
--- a/odoo_17/Dockerfile
+++ b/odoo_17/Dockerfile
@@ -71,8 +71,8 @@ RUN npm install -g rtlcss
 
 # Install Odoo
 ENV ODOO_VERSION 17.0
-ARG ODOO_RELEASE=20241209
-ARG ODOO_SHA=001b05df41497bd08b49c9c44ad489026f4c4542
+ARG ODOO_RELEASE=20241220
+ARG ODOO_SHA=db83c23c2c4a4b5c7881cde0c4d8868c7b9adf10
 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 0e2f219..21c58d3 100644
--- a/odoo_latest/Dockerfile
+++ b/odoo_latest/Dockerfile
@@ -71,8 +71,8 @@ RUN npm install -g rtlcss
 
 # Install Odoo
 ENV ODOO_VERSION 18.0
-ARG ODOO_RELEASE=20241209
-ARG ODOO_SHA=e770c1c522d51a81e1b635babd9be08df17fa604
+ARG ODOO_RELEASE=20241220
+ARG ODOO_SHA=449cd495882dc0f35bc11632414fcdc585ed350e
 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 282002e into docker-library:master Dec 20, 2024
8 checks passed
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