From d2f592261e6692883c1c16bce9a4b64b5c2d7f47 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 24 Jul 2026 10:48:34 +0000 Subject: [PATCH] chore: update manifests and submodules [skip ci] --- infra/compose/hub.yml | 2 +- infra/compose/scraper.yml | 2 +- infra/compose/tools.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/infra/compose/hub.yml b/infra/compose/hub.yml index 153d826..594c619 100644 --- a/infra/compose/hub.yml +++ b/infra/compose/hub.yml @@ -1,7 +1,7 @@ services: hub: container_name: hub - image: ghcr.io/asepharyana/asepharyana-hub/hub:sha-c5a7ae2 + image: ghcr.io/asepharyana/asepharyana-hub/hub:sha-a35e19b restart: always networks: app-shared-net: diff --git a/infra/compose/scraper.yml b/infra/compose/scraper.yml index 16e4c50..a3ad533 100644 --- a/infra/compose/scraper.yml +++ b/infra/compose/scraper.yml @@ -1,7 +1,7 @@ services: scraper-api: container_name: scraper-api - image: ghcr.io/asepharyana/asepharyana-hub/scraper-api:sha-c5a7ae2 + image: ghcr.io/asepharyana/asepharyana-hub/scraper-api:sha-a35e19b restart: always depends_on: nats: diff --git a/infra/compose/tools.yml b/infra/compose/tools.yml index 5ae5708..6366004 100644 --- a/infra/compose/tools.yml +++ b/infra/compose/tools.yml @@ -1,7 +1,7 @@ services: tools: container_name: tools - image: ghcr.io/asepharyana/asepharyana-hub/tools:sha-c25850b + image: ghcr.io/asepharyana/asepharyana-hub/tools:sha-a35e19b restart: always networks: app-shared-net: