diff --git a/Dockerfile.indexer-service-rs b/Dockerfile.indexer-service-rs index 39eb32d8d..198933f2a 100644 --- a/Dockerfile.indexer-service-rs +++ b/Dockerfile.indexer-service-rs @@ -1,4 +1,4 @@ -FROM rust:1.81-bookworm as build +FROM rust:1.86-bookworm as build WORKDIR /root COPY . . diff --git a/Dockerfile.indexer-tap-agent b/Dockerfile.indexer-tap-agent index 3663c9d47..dc73af28f 100644 --- a/Dockerfile.indexer-tap-agent +++ b/Dockerfile.indexer-tap-agent @@ -1,4 +1,4 @@ -FROM rust:1.81-bookworm as build +FROM rust:1.86-bookworm as build WORKDIR /root COPY . . diff --git a/contrib/indexer-service/Dockerfile b/contrib/indexer-service/Dockerfile index 9bb744be8..5baf05d86 100644 --- a/contrib/indexer-service/Dockerfile +++ b/contrib/indexer-service/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.81-bookworm as build +FROM rust:1.86-bookworm as build WORKDIR /root # Copy from the root project directory (two levels up) COPY ../../ . diff --git a/contrib/tap-agent/Dockerfile b/contrib/tap-agent/Dockerfile index fa01a52c5..8c2337d89 100644 --- a/contrib/tap-agent/Dockerfile +++ b/contrib/tap-agent/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.81-bookworm as build +FROM rust:1.86-bookworm as build WORKDIR /root COPY . .