Skip to content

Commit 59f2a23

Browse files
committed
rename mssql image
1 parent a0ae17f commit 59f2a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/setup-db-sqlserver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -ev
22

3-
docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=passWord1%' --publish 1433:1433 --name mssql --detach microsoft/mssql-server-linux:latest
3+
docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=passWord1%' --publish 1433:1433 --name mssql --detach mcr.microsoft.com/mssql/server:latest
44

55
sleep 5
66

0 commit comments

Comments
 (0)