FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Merge pull request #532 from thefringeninja/fix-build-again · SQLStreamStore/SQLStreamStore@80189cd · GitHub

This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 80189cd

Browse files
Merge pull request #532 from thefringeninja/fix-build-again
Update Broken Sql Server Container Reference
2 parents 8ac1927 + 4e06582 commit 80189cd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎.github/workflows/ci.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Test ${{ matrix.test }}
2020
services:
2121
mssql:
22-
image: microsoft/mssql-server-linux:2017-CU9
22+
image: mcr.microsoft.com/mssql/server:2017-latest
2323
ports:
2424
- 11433:1433
2525
env:

‎.github/workflows/pr.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Test ${{ matrix.test }}
1515
services:
1616
mssql:
17-
image: microsoft/mssql-server-linux:2017-CU9
17+
image: mcr.microsoft.com/mssql/server:2017-latest
1818
ports:
1919
- 11433:1433
2020
env:

‎src/SqlStreamStore.TestUtils/MsSql/SqlServerContainer.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class SqlServerContainer
1414
private IContainerService _containerService;
1515
private const string ContainerName = "sql-stream-store-tests-mssql";
1616
private const string Password = "E@syP@ssw0rd";
17-
private const string Image = "microsoft/mssql-server-linux:2017-CU9";
17+
private const string Image = "mcr.microsoft.com/mssql/server:2017-latest";
1818
private const int HostPort = 11433;
1919
private const int ContainerPort = 1433;
2020

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL