Skip to content

Commit aff87fc

Browse files
chore(deps): update mongo docker tag to v8.3.2
1 parent 4999a59 commit aff87fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Leap.Cli/Dependencies/MongoDependencyHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ private static void ConfigureDockerCompose(MongoDependency dependency, DockerCom
8686

8787
var service = new DockerComposeServiceYaml
8888
{
89-
Image = new DockerComposeImageName("mongo:8.2.6"),
89+
Image = new DockerComposeImageName("mongo:8.3.2"),
9090
ContainerName = ContainerName,
9191
Command = command,
9292
Restart = DockerComposeConstants.Restart.UnlessStopped,

0 commit comments

Comments
 (0)