Skip to content

Commit

Permalink
chore: update to CU 28 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeArre authored Sep 17, 2024
1 parent ed1cb2b commit 33db364
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-KB5037331-x64.exe"
$cu = "https://download.microsoft.com/download/6/e/7/6e72dddf-dfa4-4889-bc3d-e5d3a0fd11ce/SQLServer2019-KB5039747-x64.exe"
$technicalVersion = "15.0.4375.4"
$technicalVersion = "15.0.4385.2"
$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 28
15.0.4385.2 and https://download.microsoft.com/download/6/e/7/6e72dddf-dfa4-4889-bc3d-e5d3a0fd11ce/SQLServer2019-KB5039747-x64.exe

# 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

Expand Down

0 comments on commit 33db364

Please sign in to comment.