From fecdeea0125f04076aa12ffdebdcf8fc686f112c Mon Sep 17 00:00:00 2001 From: Joseph Livesey Date: Mon, 21 Apr 2025 16:08:43 -0400 Subject: [PATCH] build: update rust version in dockerfiles Signed-off-by: Joseph Livesey --- Dockerfile.indexer-service-rs | 2 +- Dockerfile.indexer-tap-agent | 2 +- contrib/indexer-service/Dockerfile | 2 +- contrib/tap-agent/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 . .