diff --git a/docker/ledger-integration-tests/Dockerfile b/docker/ledger-integration-tests/Dockerfile index 449068d..2e24c3f 100644 --- a/docker/ledger-integration-tests/Dockerfile +++ b/docker/ledger-integration-tests/Dockerfile @@ -1,6 +1,6 @@ # Test runner for Control + Ledger integration tests -FROM rust:1.85-bookworm +FROM rust:1.93-bookworm RUN apt-get update && apt-get install -y --no-install-recommends \ protobuf-compiler \