Skip to content

Commit 5f98e6a

Browse files
committed
ops: Update rust version in containers
1 parent 399ea4c commit 5f98e6a

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.86-bookworm as build
1+
FROM rust:1.87-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.86-bookworm as build
1+
FROM rust:1.87-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.86-bookworm as build
1+
FROM rust:1.87-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.86-bookworm as build
1+
FROM rust:1.87-bookworm as build
22
WORKDIR /root
33
COPY . .
44
# Force SQLx to use the offline mode to statically check the database queries against

0 commit comments

Comments
 (0)