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 15.0-17.0 to release 20240429 #16683

Merged
merged 1 commit into from
Apr 29, 2024
Merged

Conversation

d-fence
Copy link
Contributor

@d-fence d-fence commented Apr 29, 2024

Hello,

here are the latest Odoo updates for supported versions.

Thanks

@d-fence d-fence requested a review from a team as a code owner April 29, 2024 14:25
Copy link

Diff for 3e5a5d9:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 914cb21..fee089a 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: ddcea34c2686e07cfb80ad1b42d9cd9c3b87f5a8
+GitCommit: 67e07c2791f2358d553765fb95f1baa779be09ec
 
 Tags: 15.0, 15
 Directory: 15.0
diff --git a/odoo_15/Dockerfile b/odoo_15/Dockerfile
index 319d1b4..3f7297a 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=20240416
-ARG ODOO_SHA=9f48721922de9b671f233a979117757b1f2422fc
+ARG ODOO_RELEASE=20240429
+ARG ODOO_SHA=ded89a7635233e5bcd27869f777980bf5a637b24
 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_16/Dockerfile b/odoo_16/Dockerfile
index 7717ac9..c164679 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=20240416
-ARG ODOO_SHA=d9418fee3ef105b40a58d89b8c7c500d34743ed5
+ARG ODOO_RELEASE=20240429
+ARG ODOO_SHA=ab6ca8c472e544073731b645f37fe3ae6fe02aac
 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 980b6ee..e9abdc6 100644
--- a/odoo_latest/Dockerfile
+++ b/odoo_latest/Dockerfile
@@ -71,8 +71,8 @@ RUN npm install -g rtlcss
 
 # Install Odoo
 ENV ODOO_VERSION 17.0
-ARG ODOO_RELEASE=20240416
-ARG ODOO_SHA=994057dc6db742f62b0666b8edf5cd1623df78d0
+ARG ODOO_RELEASE=20240429
+ARG ODOO_SHA=12866ffdf469ce8e4639205bd74d59c211f37ed2
 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 1eeb5e0 into docker-library:master Apr 29, 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.

3 participants