diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2020-01-14 13:06:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-14 13:06:49 +0100 |
commit | ebaf33873fd7659b377b6a3a2813b25a0b8847f9 (patch) | |
tree | 596081b53e26cc78dbdf01541d9826bbcf0d36d4 /.drone.yml | |
parent | 35efc7ba4ffd68ab1aa17bb9cd786a53414583a0 (diff) | |
download | gitea-ebaf33873fd7659b377b6a3a2813b25a0b8847f9.tar.gz gitea-ebaf33873fd7659b377b6a3a2813b25a0b8847f9.zip |
ci: use new mssql image (#9720)
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index 04c75891a2..0749177ccb 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 |