Skip to content

Commit 55fe797

Browse files
authored
Revert "Stick mongodb version to 4.4.7 (actions#3747)" (actions#3775)
1 parent c7cfdf2 commit 55fe797

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 -ArgumentList "--version=4.4.7"
6+
Choco-Install -PackageName mongodb
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)