tiny upgrade

This commit is contained in:
Yhael S
2024-08-09 09:10:21 -06:00
parent 53f235a619
commit 0b31913315
3 changed files with 6 additions and 2 deletions

View File

@@ -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

3
.gitignore vendored
View File

@@ -9,3 +9,6 @@ docker-compose.override.yml
# Ignores any __pycache__ folder.
__pycache__
# Ignores upgrade files
upgrade/

View File

@@ -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 \