ci: newest SQL Serevr 2019 image and rm deprecated env `SA_PASSWORD`

This commit is contained in:
JimMoen 2023-04-13 17:58:06 +08:00
parent 35ab1c0190
commit 1b2cf6d421
No known key found for this signature in database
GPG Key ID: 87A520B4F76BA86D
2 changed files with 2 additions and 2 deletions

View File

@ -9,6 +9,6 @@ DYNAMO_TAG=1.21.0
CASSANDRA_TAG=3.11.6
MS_IMAGE_ADDR=mcr.microsoft.com/mssql/server
SQLSERVER_TAG=2019-CU11-ubuntu-20.04
SQLSERVER_TAG=2019-CU19-ubuntu-20.04
TARGET=emqx/emqx

View File

@ -11,7 +11,7 @@ services:
# See also:
# https://learn.microsoft.com/en-us/sql/linux/sql-server-linux-configure-environment-variables
ACCEPT_EULA: "Y"
SA_PASSWORD: "mqtt_public"
MSSQL_SA_PASSWORD: "mqtt_public"
restart: always
# ports:
# - "1433:1433"