fix(deps): pin opentelemetry-bom to 1.61.0 to fix staging startup crash #596

Merged
marcel merged 2 commits from feat/issue-580-sentry-backend into main 2026-05-15 16:51:19 +02:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit c8883d0e40 - Show all commits

View File

@@ -305,6 +305,7 @@ jobs:
MAIL_PORT=1025
APP_MAIL_FROM=noreply@local
IMPORT_HOST_DIR=/tmp/dummy-import
COMPOSE_NETWORK_NAME=test-idem-archiv-net
EOF
- name: Bring up minio

View File

@@ -39,7 +39,7 @@
networks:
archiv-net:
driver: bridge
name: archiv-net
name: ${COMPOSE_NETWORK_NAME:-archiv-net}
volumes:
postgres-data: