Browse Source
ci: use new mssql image (#9720)
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
tags/v1.21.12.1
Antoine GIRARD
GitHub
5 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.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 |
|
|
|