From 7b02a442aca8ac71467d13a6f2584e575e81c9cc Mon Sep 17 00:00:00 2001 From: Matt Marcha Date: Mon, 28 Apr 2025 12:54:02 -1000 Subject: [PATCH] add target version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3995e59..69e6c18 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,5 +5,5 @@ RUN apt update RUN apt install -y git RUN pip3 install --ignore-installed git+https://github.com/OCA/openupgradelib.git@master RUN pip3 install lxml_html_clean - +RUN export OPENUPGRADE_TARGET_VERSION=16.0 USER odoo \ No newline at end of file