Skip to content

Commit

Permalink
CU 27
Browse files Browse the repository at this point in the history
  • Loading branch information
tfenster authored Jul 5, 2024
1 parent d6b66d6 commit ed1cb2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-images-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
$targets = @("ltsc2019", "ltsc2022")
$devIso = "https://download.microsoft.com/download/7/c/1/7c14e92e-bdcb-4f89-b7cf-93543e7112d1/SQLServer2019-x64-ENU-Dev.iso"
$expExe = "https://download.microsoft.com/download/7/c/1/7c14e92e-bdcb-4f89-b7cf-93543e7112d1/SQLEXPR_x64_ENU.exe"
$cu = "https://download.microsoft.com/download/6/e/7/6e72dddf-dfa4-4889-bc3d-e5d3a0fd11ce/SQLServer2019-KB5035123-x64.exe"
$cu = "https://download.microsoft.com/download/6/e/7/6e72dddf-dfa4-4889-bc3d-e5d3a0fd11ce/SQLServer2019-KB5037331-x64.exe"
$technicalVersion = "15.0.4365.2"
$technicalVersion = "15.0.4375.4"
$technicalNameDev = "tobiasfenster/mssql-server-dev-unsupported:$($technicalVersion)"
$technicalNameExp = "tobiasfenster/mssql-server-exp-unsupported:$($technicalVersion)"
Expand Down
3 changes: 3 additions & 0 deletions cu-overview.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2019 CU 27
15.0.4375.4 and https://download.microsoft.com/download/6/e/7/6e72dddf-dfa4-4889-bc3d-e5d3a0fd11ce/SQLServer2019-KB5037331-x64.exe

# 2019 CU 26
15.0.4365.2 and https://download.microsoft.com/download/6/e/7/6e72dddf-dfa4-4889-bc3d-e5d3a0fd11ce/SQLServer2019-KB5035123-x64.exe

Expand Down

0 comments on commit ed1cb2b

Please sign in to comment.