Skip to content

Commit

Permalink
Use the correct container in pull-db.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed Aug 4, 2021
1 parent 452ae97 commit f57f01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pull-db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ elif [ "$db" = 'elasticsearch' ]; then
docker image pull docker.elastic.co/elasticsearch/elasticsearch:$ELASTICSEARCH_VERSION

elif [ "$db" = 'mssql' ]; then
docker image pull microsoft/mssql-server-linux
docker image pull mcr.microsoft.com/mssql/server

elif [ "$db" = 'redis' ]; then
docker image pull redis
Expand Down

0 comments on commit f57f01a

Please sign in to comment.