From 108cec3f2e21e31a97d1eea9b1d3d8a996d64935 Mon Sep 17 00:00:00 2001 From: tanisimova Date: Thu, 24 Oct 2024 11:05:17 +0500 Subject: [PATCH] Change mssql image on fixed --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d64d2953..d6589fbb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -114,7 +114,7 @@ jobs: # Label used to access the service container mssql: # Docker Hub image - image: mcr.microsoft.com/mssql/server:2022-latest + image: mcr.microsoft.com/mssql/server:2022-CU10-ubuntu-20.04 # Provide the password for mssql env: ACCEPT_EULA: Y