Skip to content

Commit 6184802

Browse files
committed
Use specific sqlsrv image
1 parent 6317ec1 commit 6184802

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/platform-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- "3306:3306"
8686

8787
mssql:
88-
image: mcr.microsoft.com/mssql/server:latest
88+
image: mcr.microsoft.com/mssql/server:2022-CU18-ubuntu-20.04
8989
env:
9090
ACCEPT_EULA: Y
9191
SA_PASSWORD: 'Secret.123'

tests/Platform/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ services:
2828
target: /var/lib/postgresql/data
2929

3030
mssql:
31-
image: mcr.microsoft.com/mssql/server:latest
31+
image: mcr.microsoft.com/mssql/server:2022-CU18-ubuntu-20.04
3232
environment:
3333
ACCEPT_EULA: Y
3434
SA_PASSWORD: 'Secret.123'

0 commit comments

Comments
 (0)