From 55e2c88efe92351f7a1ddbf2cceeff2a10259340 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 23:31:36 +0000 Subject: [PATCH] Update mcr.microsoft.com/mssql/server Docker tag to v2022 --- .github/workflows/functional_all_db.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/functional_all_db.yml b/.github/workflows/functional_all_db.yml index 8a3af493815..b2773bd174a 100644 --- a/.github/workflows/functional_all_db.yml +++ b/.github/workflows/functional_all_db.yml @@ -183,7 +183,7 @@ jobs: image: cypress/included:9.7.0 services: mssql: - image: mcr.microsoft.com/mssql/server:2019-latest + image: mcr.microsoft.com/mssql/server:2022-latest ports: - 1433 env: