diff --git a/docker/ledger-integration-tests/Dockerfile b/docker/ledger-integration-tests/Dockerfile index 5dfa511..53f9c4d 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.94-bookworm +FROM rust:1.96-bookworm RUN apt-get update && apt-get install -y --no-install-recommends \ protobuf-compiler \