mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 23:29:19 +01:00
tiny upgrade
This commit is contained in:
@@ -151,13 +151,13 @@ PGADMIN_PROFILES="pgadmin"
|
|||||||
|
|
||||||
# Containers' Tags
|
# Containers' Tags
|
||||||
ODOO_TAG=17.0
|
ODOO_TAG=17.0
|
||||||
POSTGRES_TAG=16.1
|
POSTGRES_TAG=16.4
|
||||||
KEYDB_TAG=latest
|
KEYDB_TAG=latest
|
||||||
MINIO_TAG=latest
|
MINIO_TAG=latest
|
||||||
NGINX_TAG=1.25.3
|
NGINX_TAG=1.25.3
|
||||||
NGINX_PROXY_TAG=1.4.0
|
NGINX_PROXY_TAG=1.4.0
|
||||||
ACME_COMPANION_TAG=2.2.9
|
ACME_COMPANION_TAG=2.2.9
|
||||||
PGADMIN_TAG=8.1
|
PGADMIN_TAG=8.10
|
||||||
|
|
||||||
# Odoocker paths
|
# Odoocker paths
|
||||||
COMMUNITY_ADDONS=${ROOT_PATH}/addons
|
COMMUNITY_ADDONS=${ROOT_PATH}/addons
|
||||||
|
|||||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -9,3 +9,6 @@ docker-compose.override.yml
|
|||||||
|
|
||||||
# Ignores any __pycache__ folder.
|
# Ignores any __pycache__ folder.
|
||||||
__pycache__
|
__pycache__
|
||||||
|
|
||||||
|
# Ignores upgrade files
|
||||||
|
upgrade/
|
||||||
|
|||||||
@@ -49,6 +49,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
# `zip` and `unzip` for filestore management
|
# `zip` and `unzip` for filestore management
|
||||||
zip \
|
zip \
|
||||||
unzip \
|
unzip \
|
||||||
|
rsync \
|
||||||
# `git` required packages
|
# `git` required packages
|
||||||
git \
|
git \
|
||||||
git-man \
|
git-man \
|
||||||
|
|||||||
Reference in New Issue
Block a user