From 0ab69e43a576e8a277288dc52cfad07f645de6f8 Mon Sep 17 00:00:00 2001 From: Yhael S Date: Tue, 23 Jan 2024 14:10:18 -0600 Subject: [PATCH] cleanup --- .env.example | 4 ++-- .gitignore | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 32281fa..641201f 100644 --- a/.env.example +++ b/.env.example @@ -158,8 +158,8 @@ MINIO_TAG=latest NGINX_TAG=1.25.3 NGINX_PROXY_TAG=1.4.0 TRAEFIK_TAG=2.11 -ACME_COMPANION_TAG=2.2.9 -PGADMIN_TAG=8.1 +ACME_COMPANION_TAG=2.2.10 +PGADMIN_TAG=8.2 # Odoocker paths COMMUNITY_ADDONS=${ROOT_PATH}/addons diff --git a/.gitignore b/.gitignore index fbfe9ea..dff3d3d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ docker-compose.override.yml # Ignores any __pycache__ folder. __pycache__ + +upgrade/