mirror of
https://github.com/mempool/mempool.git
synced 2025-03-17 13:21:55 +01:00
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:
parent
bc7230a5ef
commit
5549e7c693
@ -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 && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user