Skip to content

Commit

Permalink
test: EXPOSED-683 Fix flaky task sqlserverComposeUp on TC build (#2350)
Browse files Browse the repository at this point in the history
Bump SQL Server image version to latest 2.0.0 to test if that resolves issue.
  • Loading branch information
bog-walk authored Jan 8, 2025
1 parent d763e8e commit 9fe5ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildScripts/docker/docker-compose-sqlserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
sqlserver:
container_name: SQLServer
restart: always
image: mcr.microsoft.com/azure-sql-edge:1.0.7
image: mcr.microsoft.com/azure-sql-edge:2.0.0
ports:
- "3005:1433"
environment:
Expand Down

0 comments on commit 9fe5ad2

Please sign in to comment.