From 98b94b6f86467893a6dbcd358c6caf8c087a6deb Mon Sep 17 00:00:00 2001 From: yhaelopez Date: Tue, 12 Dec 2023 21:40:17 -0700 Subject: [PATCH] version 17 first release --- .env.example | 2 +- odoo/Dockerfile | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 4b485ee..ed4410d 100644 --- a/.env.example +++ b/.env.example @@ -144,7 +144,7 @@ MINIO_PROFILES="minio" PGADMIN_PROFILES="pgadmin" # Containers' Tags -ODOO_TAG=16.0 +ODOO_TAG=17.0 POSTGRES_TAG=16.1 KEYDB_TAG=latest MINIO_TAG=latest diff --git a/odoo/Dockerfile b/odoo/Dockerfile index ebeaa6e..35a3750 100644 --- a/odoo/Dockerfile +++ b/odoo/Dockerfile @@ -39,7 +39,6 @@ RUN apt-get update && apt-get install -y \ git \ git-man \ less \ - libcbor0 \ libcurl3-gnutls \ libedit2 \ liberror-perl \