File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
testcontainers-dapr/src/main/java/io/dapr/testcontainers Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public class DaprContainer extends GenericContainer<DaprContainer> {
50
50
private static final int DAPRD_DEFAULT_GRPC_PORT = 50001 ;
51
51
private static final DaprProtocol DAPR_PROTOCOL = DaprProtocol .HTTP ;
52
52
private static final DockerImageName DEFAULT_IMAGE_NAME =
53
- DockerImageName .parse (DAPR_RUNTIME_IMAGE_TAG );
53
+ DockerImageName .parse ("daprio/daprd" );
54
54
private static final Yaml YAML_MAPPER = YamlMapperFactory .create ();
55
55
private static final YamlConverter <Component > COMPONENT_CONVERTER = new ComponentYamlConverter (YAML_MAPPER );
56
56
private static final YamlConverter <Subscription > SUBSCRIPTION_CONVERTER = new SubscriptionYamlConverter (YAML_MAPPER );
You can’t perform that action at this time.
0 commit comments