From 0b3191331508b5add76c7baa605b82032fb0580b Mon Sep 17 00:00:00 2001 From: Yhael S Date: Fri, 9 Aug 2024 09:10:21 -0600 Subject: [PATCH] tiny upgrade --- .env.example | 4 ++-- .gitignore | 3 +++ odoo/Dockerfile | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index d29a6d1..577f733 100644 --- a/.env.example +++ b/.env.example @@ -151,13 +151,13 @@ PGADMIN_PROFILES="pgadmin" # Containers' Tags ODOO_TAG=17.0 -POSTGRES_TAG=16.1 +POSTGRES_TAG=16.4 KEYDB_TAG=latest MINIO_TAG=latest NGINX_TAG=1.25.3 NGINX_PROXY_TAG=1.4.0 ACME_COMPANION_TAG=2.2.9 -PGADMIN_TAG=8.1 +PGADMIN_TAG=8.10 # Odoocker paths COMMUNITY_ADDONS=${ROOT_PATH}/addons diff --git a/.gitignore b/.gitignore index fbfe9ea..f9c74f3 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,6 @@ docker-compose.override.yml # Ignores any __pycache__ folder. __pycache__ + +# Ignores upgrade files +upgrade/ diff --git a/odoo/Dockerfile b/odoo/Dockerfile index f9eb2a2..e98d930 100644 --- a/odoo/Dockerfile +++ b/odoo/Dockerfile @@ -49,6 +49,7 @@ RUN apt-get update && apt-get install -y \ # `zip` and `unzip` for filestore management zip \ unzip \ + rsync \ # `git` required packages git \ git-man \