Skip to content

Commit

Permalink
chore(deps): update workleap/eventgridemulator docker tag to v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 24, 2025
1 parent a96a7ac commit 171b814
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ public static async Task<EventGridEmulatorContext> StartAsync(ITestOutputHelper
private static IContainer BuildContainer(string configurationPath)
{
return new ContainerBuilder()
.WithImage("workleap/eventgridemulator:0.4.2")
.WithImage("workleap/eventgridemulator:0.4.4")
.WithPortBinding(EmulatorPort, assignRandomHostPort: true)
.WithBindMount(configurationPath, "/app/appsettings.json", AccessMode.ReadOnly)
.WithWaitStrategy(Wait.ForUnixContainer().UntilPortIsAvailable(EmulatorPort))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public static async Task<EventGridEmulatorContext> StartAsync(ITestOutputHelper
private static IContainer BuildContainer(string configurationPath)
{
return new ContainerBuilder()
.WithImage("workleap/eventgridemulator:0.4.2")
.WithImage("workleap/eventgridemulator:0.4.4")
.WithPortBinding(EmulatorPort, assignRandomHostPort: true)
.WithBindMount(configurationPath, "/app/appsettings.json", AccessMode.ReadOnly)
.WithWaitStrategy(Wait.ForUnixContainer().UntilPortIsAvailable(EmulatorPort))
Expand Down

0 comments on commit 171b814

Please sign in to comment.