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 \