This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a commit to branch STABLE-4.1 in repository https://gitbox.apache.org/repos/asf/cayenne.git
commit c10b5c4a68776bd779e9bc0195fc353428a2fbe3 Author: Nikita Timofeev <stari...@gmail.com> AuthorDate: Thu Dec 9 19:08:47 2021 +0300 Update SQLServer docker image name --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7e7a4d0..1dde5e2 100644 --- a/pom.xml +++ b/pom.xml @@ -1628,7 +1628,7 @@ <images> <image> <alias>sqlserver</alias> - <name>microsoft/mssql-server-linux:2017-latest</name> + <name>mcr.microsoft.com/mssql/server:2017-latest</name> <run> <ports> <port>${sqlserver.host}:${sqlserver.port}:1433</port>