Skip to content

Commit d7a384a

Browse files
authoredAug 24, 2022
Update mcr.microsoft.com/mssql/server Docker tag to v2022
| datasource | package | from | to | | ---------- | ------------------------------ | ---- | ---- | | docker | mcr.microsoft.com/mssql/server | 2017 | 2022 | Signed-off-by: Renovate Bot <[email protected]>
1 parent 4af64c1 commit d7a384a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/continuous-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
ports:
6161
- 5432
6262
mssql:
63-
image: mcr.microsoft.com/mssql/server:2017-latest
63+
image: mcr.microsoft.com/mssql/server:2022-latest
6464
env:
6565
ACCEPT_EULA: 'Y'
6666
SA_PASSWORD: 'Password123'

0 commit comments

Comments
 (0)
Please sign in to comment.