diff --git a/on-the-edge/docker-compose.yaml b/on-the-edge/docker-compose.yaml index 977b7c1..1e81837 100644 --- a/on-the-edge/docker-compose.yaml +++ b/on-the-edge/docker-compose.yaml @@ -2,7 +2,7 @@ x-stack: platform services: anitrend-edge: - image: ghcr.io/anitrend/on-the-edge:1.5.1 + image: ghcr.io/anitrend/on-the-edge:1.5.2 container_name: anitrend-edge networks: - default diff --git a/stacks/platform.yml b/stacks/platform.yml index 95310f2..45dc3b7 100644 --- a/stacks/platform.yml +++ b/stacks/platform.yml @@ -152,7 +152,7 @@ services: limits: memory: 256M anitrend-edge: - image: ghcr.io/anitrend/on-the-edge:1.5.1 + image: ghcr.io/anitrend/on-the-edge:1.5.2 networks: - default env_file: ./on-the-edge/.env