Skip to content

Commit

Permalink
Use latest stable version of JanusGraph
Browse files Browse the repository at this point in the history
  • Loading branch information
rngcntr committed Aug 22, 2023
1 parent 3fe2d60 commit 348229f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Testcontainers.JanusGraph/JanusGraphBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace Testcontainers.JanusGraph;
[PublicAPI]
public sealed class JanusGraphBuilder : ContainerBuilder<JanusGraphBuilder, JanusGraphContainer, JanusGraphConfiguration>
{
public const string JanusGraphImage = "janusgraph/janusgraph:1.0.0-rc2";
public const string JanusGraphImage = "janusgraph/janusgraph:0.6.4-20230809-095910.f8283f6";

public const ushort JanusGraphPort = 8182;

Expand Down

0 comments on commit 348229f

Please sign in to comment.