diff --git a/infra/compose/observability.yml b/infra/compose/observability.yml index a6782c2..8ad8dc9 100644 --- a/infra/compose/observability.yml +++ b/infra/compose/observability.yml @@ -59,7 +59,7 @@ services: # ── Custom Dashboard (nginx:alpine) ── dashboard: container_name: dashboard - image: ghcr.io/asepharyana/asepharyana-hub/dashboard:latest + image: ghcr.io/asepharyana/asepharyana-hub/dashboard:sha-6c24508 build: context: ../.. dockerfile: infra/docker/dashboard.Dockerfile diff --git a/infra/compose/scraper.yml b/infra/compose/scraper.yml index ad05cd8..c6f0ba0 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-aa05820 + image: ghcr.io/asepharyana/asepharyana-hub/scraper-api:sha-6c24508 restart: always depends_on: nats: