From c882d5bf126141e564264da90e907a174b841511 Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Thu, 1 Jun 2023 12:57:31 -0700 Subject: [PATCH] Attempt to use athene:next --- Dockerfile | 2 +- Dockerfile-GitLab | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 68724021..52a35dc6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM hibou/hibou-odoo:16.0 USER odoo -COPY --from=registry.gitlab.com/hibou-io/athene /opt/athene /opt/athene +COPY --from=registry.gitlab.com/hibou-io/athene:next /opt/athene /opt/athene COPY --from=hibou/flow /flow /flow COPY --chown=104 entrypoint.sh /entrypoint.sh COPY --chown=104 . /opt/odoo/hibou-suite diff --git a/Dockerfile-GitLab b/Dockerfile-GitLab index c9d224c4..95889f00 100644 --- a/Dockerfile-GitLab +++ b/Dockerfile-GitLab @@ -1,7 +1,7 @@ FROM registry.gitlab.com/hibou-io/hibou-odoo/odoo:RELEASE USER odoo -COPY --from=registry.gitlab.com/hibou-io/athene /opt/athene /opt/athene +COPY --from=registry.gitlab.com/hibou-io/athene:next /opt/athene /opt/athene COPY --from=registry.gitlab.com/hibou-io/hibou-odoo/flow /flow /flow COPY --chown=104 entrypoint.sh /entrypoint.sh COPY --chown=104 . /opt/odoo/hibou-suite