Bump rust from 1.84-bookworm to 1.85-bookworm in /docker/backend

Bumps rust from 1.84-bookworm to 1.85-bookworm.

---
updated-dependencies:
- dependency-name: rust
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-10 02:03:03 +00:00 committed by GitHub
parent bc7230a5ef
commit 5549e7c693
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM rust:1.84-bookworm AS builder
FROM rust:1.85-bookworm AS builder
ARG commitHash
ENV MEMPOOL_COMMIT_HASH=${commitHash}
@ -24,7 +24,7 @@ RUN npm install --omit=dev --omit=optional
WORKDIR /build
RUN npm run package
FROM rust:1.84-bookworm AS runtime
FROM rust:1.85-bookworm AS runtime
RUN apt-get update && \
apt-get install -y curl ca-certificates && \