diff --git a/infra/compose/hub.yml b/infra/compose/hub.yml index c172a74..6b650d8 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-38873dd + image: ghcr.io/asepharyana/asepharyana-hub/hub:sha-14c9668 restart: always networks: app-shared-net: diff --git a/infra/compose/scraper.yml b/infra/compose/scraper.yml index 1c4856d..4ae2344 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-38873dd + image: ghcr.io/asepharyana/asepharyana-hub/scraper-api:sha-14c9668 restart: always depends_on: nats: diff --git a/infra/compose/tools.yml b/infra/compose/tools.yml index f227a3e..81a7aba 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-3c52036 + image: ghcr.io/asepharyana/asepharyana-hub/tools:sha-14c9668 restart: always networks: app-shared-net: