From ab994ffd54d66dbc7a593f001c4459330b10b1c7 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 24 Jul 2026 07:17:21 +0000 Subject: [PATCH] chore: update manifests and submodules [skip ci] --- infra/compose/hub.yml | 2 +- infra/compose/scraper.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/compose/hub.yml b/infra/compose/hub.yml index ef183ab..153d826 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-e38fe75 + image: ghcr.io/asepharyana/asepharyana-hub/hub:sha-c5a7ae2 restart: always networks: app-shared-net: diff --git a/infra/compose/scraper.yml b/infra/compose/scraper.yml index 2b86c4b..16e4c50 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-e38fe75 + image: ghcr.io/asepharyana/asepharyana-hub/scraper-api:sha-c5a7ae2 restart: always depends_on: nats: