diff --git a/edge-graphql/docker-compose.yml b/edge-graphql/docker-compose.yml index 5311542..8f89426 100644 --- a/edge-graphql/docker-compose.yml +++ b/edge-graphql/docker-compose.yml @@ -2,7 +2,7 @@ x-stack: platform services: edge-graphql: - image: ghcr.io/anitrend/edge-graphql:0.1.7 + image: ghcr.io/anitrend/edge-graphql:0.1.8 container_name: edge-graphql networks: - default diff --git a/stacks/platform.yml b/stacks/platform.yml index 4f4140c..ab4d170 100644 --- a/stacks/platform.yml +++ b/stacks/platform.yml @@ -42,7 +42,7 @@ services: memory: 384M cpus: '0.50' edge-graphql: - image: ghcr.io/anitrend/edge-graphql:0.1.7 + image: ghcr.io/anitrend/edge-graphql:0.1.8 networks: - default env_file: ./edge-graphql/.env