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 20230109 #13852

Merged
merged 1 commit into from
Jan 9, 2023
Merged

Conversation

d-fence
Copy link
Contributor

@d-fence d-fence commented Jan 9, 2023

Hello,

here are the latest updates for Odoo supported versions.

Thanks and Happy new year

@github-actions
Copy link

github-actions bot commented Jan 9, 2023

Diff for 3d5cd2d:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 98e884a..16745a9 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: bd0749b2bf01fd5b854ea87becd67c053e90698b
+GitCommit: 9674beb8a5ae48981bae2266b8c373d4eb7dd5e7
 
 Tags: 14.0, 14
 Directory: 14.0
diff --git a/odoo_14/Dockerfile b/odoo_14/Dockerfile
index 0d70903..6dd7a85 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=20221226
-ARG ODOO_SHA=ec385462138e5027be4cf452844a3df3a8ef3573
+ARG ODOO_RELEASE=20230109
+ARG ODOO_SHA=ef9eef9a5e5bbeb455ac7d1c05cc675e74876609
 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 8747cc5..5751812 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=20221226
-ARG ODOO_SHA=37216e653c8db933790cc994b7cbad526a285e2b
+ARG ODOO_RELEASE=20230109
+ARG ODOO_SHA=618e45490616f63dfb68077523c2971cbb6cdda7
 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 acb8be9..04209e4 100644
--- a/odoo_latest/Dockerfile
+++ b/odoo_latest/Dockerfile
@@ -55,8 +55,8 @@ RUN npm install -g rtlcss
 
 # Install Odoo
 ENV ODOO_VERSION 16.0
-ARG ODOO_RELEASE=20221226
-ARG ODOO_SHA=09e2bc4c27fc92a7f26928de61c122d18f550917
+ARG ODOO_RELEASE=20230109
+ARG ODOO_SHA=884bf72c7318835b9ac56be2594032cbba7b8c7b
 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 df77324 into docker-library:master Jan 9, 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