Skip to content

Commit

Permalink
update sqlcmd path, as noted in B3Partners/containers#604 and microso…
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins committed Aug 5, 2024
1 parent 64a9499 commit 796b919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ci/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ services:
timeout: 5s
retries: 5
start_period: 1m
test: /opt/mssql-tools/bin/sqlcmd -U sa -P $$SA_PASSWORD -Q "select 1" -b -o /dev/null
test: /opt/mssql-tools18/bin/sqlcmd -No -U sa -P $$SA_PASSWORD -Q "select 1" -b -o /dev/null
restart: unless-stopped

oracle:
Expand Down

0 comments on commit 796b919

Please sign in to comment.