Skip to content

Commit

Permalink
Pull correct proxy image (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee authored Dec 19, 2023
1 parent ced3cfb commit 11cd2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/infra/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ func runContainers(ctx context.Context, params RunParams, api *server.API) error
}

if params.PullImages {
err = pullImage(ctx, cli, ProxyImageName)
err = pullImage(ctx, cli, params.ProxyImage)
if err != nil {
return err
}
Expand Down

0 comments on commit 11cd2d1

Please sign in to comment.