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 20230224 #14147

Merged
merged 1 commit into from
Feb 24, 2023
Merged

Conversation

d-fence
Copy link
Contributor

@d-fence d-fence commented Feb 24, 2023

Hello,

here are the latest Odoo Updates for supported versions.

Thanks

@github-actions
Copy link

Diff for 879e562:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index cc11875..6cb6738 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: 2c634b7e37d7deaddd2d36b1b7fe811db5fa6367
+GitCommit: ff99b5f50135f74c22f163dacfde34189857c13b
 
 Tags: 14.0, 14
 Directory: 14.0
diff --git a/odoo_14/Dockerfile b/odoo_14/Dockerfile
index c74f90a..dc03269 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=20230210
-ARG ODOO_SHA=c10f97e1877f5e9173c24efdcbed129bd21328c4
+ARG ODOO_RELEASE=20230224
+ARG ODOO_SHA=a59688f0c2c830f243fec130e3c651d93f188658
 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 1f1dff7..f294032 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=20230210
-ARG ODOO_SHA=c8f3d1b3af6847c9b4e9d4750e0fc34b303911c7
+ARG ODOO_RELEASE=20230224
+ARG ODOO_SHA=44613aceddf8e928ca50fc23979b1141fa4bb7d5
 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 ef6393d..087af1f 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=20230210
-ARG ODOO_SHA=57e7b2c7c1ca2fd82e430cd44d46453bc74daf47
+ARG ODOO_RELEASE=20230224
+ARG ODOO_SHA=2a4ed4c36b82a05707b6e709182266672a32ace2
 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 23de390 into docker-library:master Feb 24, 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