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 20230530 #14745

Merged
merged 1 commit into from
May 30, 2023
Merged

Conversation

d-fence
Copy link
Contributor

@d-fence d-fence commented May 30, 2023

Hello,

here are the latest upgrade of Odoo supported versions.

Thanks a lot

@github-actions
Copy link

Diff for 436dafb:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 5a4242b..5022e83 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: 789b7ff9dc2b9647276d8497957cf19de9e83a01
+GitCommit: 42cc6f7d3a35dd7ab2353e09cfecf48c1bf50ee1
 
 Tags: 14.0, 14
 Directory: 14.0
diff --git a/odoo_14/Dockerfile b/odoo_14/Dockerfile
index 32f24de..e673bf2 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=20230517
-ARG ODOO_SHA=9c10e921b14f55e1d2c24283f5485037428b7c78
+ARG ODOO_RELEASE=20230530
+ARG ODOO_SHA=307f5ebc95342d3114091fbe1d9d00ab684507c5
 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 435dab0..bf305d6 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=20230517
-ARG ODOO_SHA=63d84430c70fef2fdf8d384c7e58bd563c287b2b
+ARG ODOO_RELEASE=20230530
+ARG ODOO_SHA=b7017cc3f757c1ecb1545f784c558ef5c0387030
 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 af83c04..2e0480a 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=20230517
-ARG ODOO_SHA=e737da6d601f011803fa66c6af297688c3e45fd4
+ARG ODOO_RELEASE=20230530
+ARG ODOO_SHA=e7ddf8de9873c66ef887c5bf23b3698673a1ba35
 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 c92d8ce into docker-library:master May 30, 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