From 899b3a01b8f6e1f69c8a64c46fb818986ea2cf19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 16:11:40 +0000 Subject: [PATCH] build(deps): update rubencabrera/odoo-base-image docker tag to v16 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4f0c7c7..9e5f7aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # DOCKER image to run odoo 12 with Odoo Community Backports and OCA addons -FROM rubencabrera/odoo-base-image:12.2.9 +FROM rubencabrera/odoo-base-image:16.1.0 MAINTAINER Rubén Cabrera Martínez EXPOSE 8069 8071 8072 ENV LANG C.UTF-8