From 3fd6b217c2b961bdf0356987c9d9ba4c13eeecce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 15:14:18 +0000 Subject: [PATCH] Update mcr.microsoft.com/mssql/server Docker tag to v2022 --- .github/workflows/continuous-integration-dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-dotnet.yml b/.github/workflows/continuous-integration-dotnet.yml index 8fe12606f..4dfc5f711 100644 --- a/.github/workflows/continuous-integration-dotnet.yml +++ b/.github/workflows/continuous-integration-dotnet.yml @@ -19,7 +19,7 @@ jobs: services: sql-server: - image: mcr.microsoft.com/mssql/server:2017-latest + image: mcr.microsoft.com/mssql/server:2022-latest ports: - 1433:1433 env: