Skip to content

Commit

Permalink
update to dapr 1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
olitomlinson committed Nov 28, 2023
1 parent 34ef427 commit d5d2471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IntegrationTests/TestContainers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public TestContainers()
_socketVolume = new VolumeBuilder().Build();

_daprContainer = new ContainerBuilder()
.WithImage("daprio/daprd:1.12.0-rc.2-mariner")
.WithImage("ghcr.io/dapr/daprd:1.12.2")
.WithName($"dapr-{containerSuffix}")
.WithNetwork(_network)
.WithNetworkAliases("dapr")
Expand Down

0 comments on commit d5d2471

Please sign in to comment.