mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 15:19:22 +01:00
tiny upgrade
This commit is contained in:
@@ -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
3
.gitignore
vendored
@@ -9,3 +9,6 @@ docker-compose.override.yml
|
||||
|
||||
# Ignores any __pycache__ folder.
|
||||
__pycache__
|
||||
|
||||
# Ignores upgrade files
|
||||
upgrade/
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user