Skip to content

Commit 47c20dc

Browse files
authored
Stick mongodb version to 4.4.7 (actions#3747)
* Version 5 potentially contains breaking changes. Stick to 4.4.7 and announce changes before upgrading to it.
1 parent a62b2ca commit 47c20dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/win/scripts/Installers/Install-MongoDB.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Desc: Install MongoDB
44
####################################################################################
55

6-
Choco-Install -PackageName mongodb
6+
Choco-Install -PackageName mongodb -ArgumentList "--version=4.4.7"
77
$mongoPath = (Get-CimInstance Win32_Service -Filter "Name LIKE 'mongodb'").PathName
88
$mongoBin = Split-Path -Path $mongoPath.split('"')[1]
99
Add-MachinePathItem "$mongoBin"

0 commit comments

Comments
 (0)