diff --git a/infra/compose/elysia.yml b/infra/compose/elysia.yml index 455d555..bee6789 100644 --- a/infra/compose/elysia.yml +++ b/infra/compose/elysia.yml @@ -1,7 +1,7 @@ services: elysia-api: container_name: elysia-api - image: ghcr.io/asepharyana/asepharyana-hub/elysia-api:sha-0899edc + image: ghcr.io/asepharyana/asepharyana-hub/elysia-api:sha-b199f8c restart: always networks: app-shared-net: diff --git a/infra/compose/react.yml b/infra/compose/react.yml index fac299f..04f73d0 100644 --- a/infra/compose/react.yml +++ b/infra/compose/react.yml @@ -1,7 +1,7 @@ services: react-web: container_name: react-web - image: ghcr.io/asepharyana/asepharyana-hub/react-web:sha-0899edc + image: ghcr.io/asepharyana/asepharyana-hub/react-web:sha-b199f8c restart: always networks: [app-shared-net] environment: diff --git a/infra/compose/rust-auth.yml b/infra/compose/rust-auth.yml index f5d952e..66dfbe3 100644 --- a/infra/compose/rust-auth.yml +++ b/infra/compose/rust-auth.yml @@ -1,7 +1,7 @@ services: rust-auth: container_name: rust-auth-api - image: ghcr.io/asepharyana/asepharyana-hub/rust-auth:sha-0899edc + image: ghcr.io/asepharyana/asepharyana-hub/rust-auth:sha-b199f8c restart: always networks: app-shared-net: diff --git a/infra/compose/scraper.yml b/infra/compose/scraper.yml index b91db1c..e5a64ea 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-0899edc + image: ghcr.io/asepharyana/asepharyana-hub/scraper-api:sha-b199f8c restart: always networks: app-shared-net: