Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update SQL Server docker image URL as the old one does not work anymore
  • Loading branch information
beikov committed Jun 30, 2021
1 parent c3f8e56 commit 2226fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_db.sh
Expand Up @@ -99,7 +99,7 @@ EOF

mssql() {
docker rm -f mssql || true
docker run --name mssql -d -p 1433:1433 -e "SA_PASSWORD=Hibernate_orm_test" -e ACCEPT_EULA=Y microsoft/mssql-server-linux:2017-CU13
docker run --name mssql -d -p 1433:1433 -e "SA_PASSWORD=Hibernate_orm_test" -e ACCEPT_EULA=Y mcr.microsoft.com/mssql/server:2017-CU13
sleep 5
n=0
until [ "$n" -ge 5 ]
Expand Down

0 comments on commit 2226fda

Please sign in to comment.