From e2e3dfca39d8d6a41c1fd08c5cfaadf3399b9b3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com> Date: Wed, 11 Oct 2023 09:18:47 +0200 Subject: [PATCH] [UPD] PR for password_security merged --- 16.0.Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/16.0.Dockerfile b/16.0.Dockerfile index bf3f0e0..c2366c6 100644 --- a/16.0.Dockerfile +++ b/16.0.Dockerfile @@ -87,9 +87,7 @@ RUN set -x; \ mv /tmp/oca-repos/project/project_task_default_stage \ /tmp/oca-repos/project/project_template \ /opt/odoo/additional_addons/ &&\ - # Until migrated to OCA (https://github.com/OCA/server-auth/pull/482) - curl -L https://github.com/onesteinbv/server-auth/tarball/16_mig_password_security | tar -xzC /tmp/oca-repos/ --one-top-level="server-auth" --strip-components 1 &&\ -# curl -L https://github.com/OCA/server-auth/tarball/16.0 | tar -xzC /tmp/oca-repos/ --one-top-level="server-auth" --strip-components 1 &&\ + curl -L https://github.com/OCA/server-auth/tarball/16.0 | tar -xzC /tmp/oca-repos/ --one-top-level="server-auth" --strip-components 1 &&\ mv /tmp/oca-repos/server-auth/password_security \ /opt/odoo/additional_addons/ &&\ curl -L https://github.com/OCA/server-brand/tarball/16.0 | tar -xzC /tmp/oca-repos/ --one-top-level="server-brand" --strip-components 1 &&\ -- GitLab