From b380418913464ef9ddead0e93ccc3d7492317c77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 07:01:53 +0000 Subject: [PATCH] Update ghcr.io/leslieleung/glean-backend Docker tag to v0.2.6 --- apps/glean/16/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/glean/16/docker-compose.yml b/apps/glean/16/docker-compose.yml index 387ce6053..5ea6f1508 100644 --- a/apps/glean/16/docker-compose.yml +++ b/apps/glean/16/docker-compose.yml @@ -50,7 +50,7 @@ services: condition: service_healthy redis: condition: service_healthy - image: ghcr.io/leslieleung/glean-backend:0.2.5 + image: ghcr.io/leslieleung/glean-backend:0.2.6 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" @@ -87,7 +87,7 @@ services: condition: service_healthy backend: condition: service_healthy - image: ghcr.io/leslieleung/glean-backend:0.2.5 + image: ghcr.io/leslieleung/glean-backend:0.2.6 container_name: ${CONTAINER_NAME}-worker environment: DATABASE_URL: postgresql+asyncpg://${POSTGRES_USER:-glean}:${POSTGRES_PASSWORD:-glean}@postgres:5432/${POSTGRES_DB:-glean}