From 00914278a76e6079ca4811b1fe76ac106fd4b4cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 18:15:17 +0800 Subject: [PATCH] chore(deps): update bitnami/openldap docker tag to v2.6.9 (#2605) * chore(deps): update bitnami/openldap docker tag to v2.6.9 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version --- openldap/{2.6.8 => 2.6.9}/data.yml | 0 openldap/{2.6.8 => 2.6.9}/docker-compose.yml | 2 +- openldap/{2.6.8 => 2.6.9}/scripts/init.sh | 0 openldap/{2.6.8 => 2.6.9}/scripts/upgrade.sh | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename openldap/{2.6.8 => 2.6.9}/data.yml (100%) rename openldap/{2.6.8 => 2.6.9}/docker-compose.yml (93%) rename openldap/{2.6.8 => 2.6.9}/scripts/init.sh (100%) rename openldap/{2.6.8 => 2.6.9}/scripts/upgrade.sh (100%) diff --git a/openldap/2.6.8/data.yml b/openldap/2.6.9/data.yml similarity index 100% rename from openldap/2.6.8/data.yml rename to openldap/2.6.9/data.yml diff --git a/openldap/2.6.8/docker-compose.yml b/openldap/2.6.9/docker-compose.yml similarity index 93% rename from openldap/2.6.8/docker-compose.yml rename to openldap/2.6.9/docker-compose.yml index e602dea64..16c79c32d 100644 --- a/openldap/2.6.8/docker-compose.yml +++ b/openldap/2.6.9/docker-compose.yml @@ -1,7 +1,7 @@ version: '3' services: openldap: - image: bitnami/openldap:2.6.8 + image: bitnami/openldap:2.6.9 container_name: ${CONTAINER_NAME} restart: always networks: diff --git a/openldap/2.6.8/scripts/init.sh b/openldap/2.6.9/scripts/init.sh similarity index 100% rename from openldap/2.6.8/scripts/init.sh rename to openldap/2.6.9/scripts/init.sh diff --git a/openldap/2.6.8/scripts/upgrade.sh b/openldap/2.6.9/scripts/upgrade.sh similarity index 100% rename from openldap/2.6.8/scripts/upgrade.sh rename to openldap/2.6.9/scripts/upgrade.sh