Skip to content

Commit

Permalink
Update tag for MSSQL 2019 and 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
andyundso committed Nov 14, 2024
1 parent d13c7ed commit de79ee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ forceencryption = 1
$Tag = "CU31-GDR2-ubuntu-18.04"
}
"2019" {
$Tag = "CU28-ubuntu-20.04"
$Tag = "CU29-GDR1-ubuntu-20.04"
}
"2022" {
$Tag = "CU14-ubuntu-22.04"
$Tag = "CU15-GDR2-ubuntu-22.04"
}
}

Expand Down

0 comments on commit de79ee2

Please sign in to comment.