Skip to content

Commit eb0047a

Browse files
committed
derive-typescript: update dependencies
Updates the flow dependency for derive-typescript to bring in the protocol changes from 552f6c0. Also updates the CONNECTOR_INIT_IMAGE reference to do the same.
1 parent d22812d commit eb0047a

File tree

2 files changed

+45
-34
lines changed

2 files changed

+45
-34
lines changed

crates/derive-typescript/Cargo.lock

Lines changed: 44 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/runtime/src/container.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const PORT_PUBLIC_LABEL_PREFIX: &str = "dev.estuary.port-public.";
1818
const PORT_PROTO_LABEL_PREFIX: &str = "dev.estuary.port-proto.";
1919

2020
// TODO(johnny): Consider better packaging and versioning of `flow-connector-init`.
21-
const CONNECTOR_INIT_IMAGE: &str = "ghcr.io/estuary/flow:v0.3.11-60-gfc3f40ac5";
21+
const CONNECTOR_INIT_IMAGE: &str = "ghcr.io/estuary/flow:v0.5.7-119-g552f6c0ee2";
2222
const CONNECTOR_INIT_IMAGE_PATH: &str = "/usr/local/bin/flow-connector-init";
2323

2424
/// Determines the protocol of an image. If the image has a `FLOW_RUNTIME_PROTOCOL` label,

0 commit comments

Comments
 (0)