Skip to content

Commit f6d55f4

Browse files
committed
deploy: update API image to v2.0.0 with latest fixes
Update eventflow-api service image from v1.0.0 to v2.0.0. This version includes all SonarQube and Copilot fixes: - Critical bug fixes (PagedResult parameters, Result implicit operator, PersonName mapping) - Security improvements (JWT key handling) - Code quality fixes (Any() vs Count, naming conventions, operator overloads) - Added 25 new unit tests for handlers and Result pattern Built and pushed to docker.io/alysonsz/eventflow-api:v2.0.0
1 parent f38e021 commit f6d55f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
eventflow-api:
33
container_name: eventflow-api
4-
image: alysonsz/eventflow-api:v1.0.0
4+
image: alysonsz/eventflow-api:v2.0.0
55
ports:
66
- "8079:8079"
77
environment:

0 commit comments

Comments
 (0)