From ebaf33873fd7659b377b6a3a2813b25a0b8847f9 Mon Sep 17 00:00:00 2001 From: Antoine GIRARD Date: Tue, 14 Jan 2020 13:06:49 +0100 Subject: [PATCH] ci: use new mssql image (#9720) Co-authored-by: Lunny Xiao --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 04c75891a..0749177cc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -88,7 +88,7 @@ services: - name: mssql pull: default - image: microsoft/mssql-server-linux:latest + image: mcr.microsoft.com/mssql/server:latest environment: ACCEPT_EULA: Y MSSQL_PID: Standard