Skip to content

Commit e11b602

Browse files
authored
build: update rust version in dockerfiles (#698)
Signed-off-by: Joseph Livesey <[email protected]>
1 parent b95714a commit e11b602

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile.indexer-service-rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.81-bookworm as build
1+
FROM rust:1.86-bookworm as build
22

33
WORKDIR /root
44
COPY . .

Dockerfile.indexer-tap-agent

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.81-bookworm as build
1+
FROM rust:1.86-bookworm as build
22

33
WORKDIR /root
44
COPY . .

contrib/indexer-service/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.81-bookworm as build
1+
FROM rust:1.86-bookworm as build
22
WORKDIR /root
33
# Copy from the root project directory (two levels up)
44
COPY ../../ .

contrib/tap-agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.81-bookworm as build
1+
FROM rust:1.86-bookworm as build
22

33
WORKDIR /root
44
COPY . .

0 commit comments

Comments
 (0)