diff --git a/docker-compose.yaml b/docker-compose.yaml index aea20b3ad..7871c79bb 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -53,7 +53,7 @@ services: - graphql-stylo export-stylo: - image: 'davidbgk/stylo-export:2.0.7' + image: 'davidbgk/stylo-export:2.1.1' container_name: 'export-stylo' env_file: - .env diff --git a/infrastructure/templates/docker-compose.yaml b/infrastructure/templates/docker-compose.yaml index 159796a38..c5fed1f6f 100644 --- a/infrastructure/templates/docker-compose.yaml +++ b/infrastructure/templates/docker-compose.yaml @@ -44,7 +44,7 @@ services: - graphql-stylo export-stylo: - image: 'davidbgk/stylo-export:2.0.7' + image: 'davidbgk/stylo-export:2.1.1' container_name: 'export-stylo' env_file: - .env