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 @@ -49,7 +49,7 @@ public class DaprContainer extends GenericContainer<DaprContainer> {
49
49
private static final int DAPRD_DEFAULT_GRPC_PORT = 50001 ;
50
50
private static final DaprProtocol DAPR_PROTOCOL = DaprProtocol .HTTP ;
51
51
private static final DockerImageName DEFAULT_IMAGE_NAME =
52
- DockerImageName .parse (DAPR_RUNTIME_IMAGE_TAG );
52
+ DockerImageName .parse ("daprio/daprd" );
53
53
private static final Yaml YAML_MAPPER = YamlMapperFactory .create ();
54
54
private static final YamlConverter <Component > COMPONENT_CONVERTER = new ComponentYamlConverter (YAML_MAPPER );
55
55
private static final YamlConverter <Subscription > SUBSCRIPTION_CONVERTER = new SubscriptionYamlConverter (YAML_MAPPER );
You can’t perform that action at this time.
0 commit comments