Skip to content

Commit 050ae86

Browse files
committed
fix(builds): make all Dockerfile rust images to 1.87
1 parent 4afa5b7 commit 050ae86

30 files changed

Lines changed: 30 additions & 30 deletions

batch-etl/Dockerfile.check-completion-worker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.81-slim-bookworm AS chef
1+
FROM rust:1.87-slim-bookworm AS chef
22
# We only pay the installation cost once,
33
# it will be cached from the second build onwards
44
RUN apt-get update -y && apt-get -y install pkg-config libssl-dev libpq-dev g++ curl

batch-etl/Dockerfile.create-job-worker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.81-slim-bookworm AS chef
1+
FROM rust:1.87-slim-bookworm AS chef
22
# We only pay the installation cost once,
33
# it will be cached from the second build onwards
44
RUN apt-get update -y && apt-get -y install pkg-config libssl-dev libpq-dev g++ curl

batch-etl/Dockerfile.server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.81-slim-bookworm AS chef
1+
FROM rust:1.87-slim-bookworm AS chef
22
# We only pay the installation cost once,
33
# it will be cached from the second build onwards
44
RUN apt-get update -y && apt-get -y install pkg-config libssl-dev libpq-dev g++ curl

pdf2md/server/Dockerfile.chunk-worker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.81-slim-bookworm AS chef
1+
FROM rust:1.87-slim-bookworm AS chef
22
# We only pay the installation cost once,
33
# it will be cached from the second build onwards
44
RUN apt-get update -y && apt-get -y install pkg-config libssl-dev g++ curl

pdf2md/server/Dockerfile.pdf2md-server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.81-slim-bookworm AS chef
1+
FROM rust:1.87-slim-bookworm AS chef
22
# We only pay the installation cost once,
33
# it will be cached from the second build onwards
44
RUN apt-get update -y && apt-get -y install pkg-config libssl-dev g++ curl

pdf2md/server/Dockerfile.supervisor-worker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.81-slim-bookworm AS chef
1+
FROM rust:1.87-slim-bookworm AS chef
22
# We only pay the installation cost once,
33
# it will be cached from the second build onwards
44
RUN apt-get update -y && apt-get -y install pkg-config libssl-dev g++ curl

server/Dockerfile.backfill-qdrant-from-pg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.81-slim-bookworm AS chef
1+
FROM rust:1.87-slim-bookworm AS chef
22
# We only pay the installation cost once,
33
# it will be cached from the second build onwards
44
RUN apt-get update -y && apt-get -y install pkg-config libssl-dev libpq-dev g++ curl

server/Dockerfile.bktree-worker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.81-slim-bookworm AS chef
1+
FROM rust:1.87-slim-bookworm AS chef
22
# We only pay the installation cost once,
33
# it will be cached from the second build onwards
44
RUN apt-get update -y && apt-get -y install pkg-config libssl-dev libpq-dev g++ curl

server/Dockerfile.clone-dataset-worker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.81-slim-bookworm AS chef
1+
FROM rust:1.87-slim-bookworm AS chef
22
# We only pay the installation cost once,
33
# it will be cached from the second build onwards
44
RUN apt-get update -y && apt-get -y install pkg-config libssl-dev libpq-dev g++ curl

server/Dockerfile.clone-qdrant

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.81-slim-bookworm AS chef
1+
FROM rust:1.87-slim-bookworm AS chef
22
# We only pay the installation cost once,
33
# it will be cached from the second build onwards
44
RUN apt-get update -y && apt-get -y install pkg-config libssl-dev libpq-dev g++ curl

0 commit comments

Comments
 (0)