Skip to content

Commit 7d4b2e1

Browse files
committed
🐳chore: update image tag for v1.1.0
- Align Docker image tag with release version (v1.1.0) - Ensure build pipeline publishes the new image consistently
1 parent 581cb6f commit 7d4b2e1

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
finance-api:
33
container_name: finance-api
4-
image: alysonsz/finance-api:v1.0.0
4+
image: alysonsz/finance-api:v1.1.0
55
environment:
66
- ASPNETCORE_ENVIRONMENT=Development
77
- ConnectionStrings__DefaultConnection=Server=finance-db;Database=FinanceDb;User Id=sa;Password=MyStrongPassword123!;TrustServerCertificate=True;

0 commit comments

Comments
 (0)