We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1bfa7 commit 75d8d24Copy full SHA for 75d8d24
packages/mongodb-memory-server-core/src/util/MongoBinaryDownloadUrl.ts
@@ -461,6 +461,7 @@ export class MongoBinaryDownloadUrl implements MongoBinaryDownloadUrlOpts {
461
return 'ubuntu2004';
462
}
463
464
+ // TODO: change or remove "14" default, since it no-longer is supported above 4.0
465
// the "04" version always exists for ubuntu, use that as default
466
return `ubuntu${ubuntuYear || 14}04`;
467
0 commit comments