From 944a8ff7d75bd8ee1fd06225a4d4a417018d6d05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 21:02:31 +0000 Subject: [PATCH] chore(deps): update ghcr.io/leslieleung/glean-backend docker tag to v0.2.0 --- 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 c6cfde8a0..0f9af6b97 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.1.4 + image: ghcr.io/leslieleung/glean-backend:0.2.0 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.1.4 + image: ghcr.io/leslieleung/glean-backend:0.2.0 container_name: ${CONTAINER_NAME}-worker environment: DATABASE_URL: postgresql+asyncpg://${POSTGRES_USER:-glean}:${POSTGRES_PASSWORD:-glean}@postgres:5432/${POSTGRES_DB:-glean}