mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Merge 6cc56bdbab into 3b6ed8bde7
This commit is contained in:
commit
6659abfcaf
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM rust:1.84-bookworm AS builder
|
||||
FROM rust:1.92-bookworm AS builder
|
||||
|
||||
ARG commitHash
|
||||
ENV MEMPOOL_COMMIT_HASH=${commitHash}
|
||||
|
|
@ -24,7 +24,7 @@ RUN bash meta/scripts/check-install-scripts.sh && npm ci --omit=dev --omit=optio
|
|||
WORKDIR /build
|
||||
RUN npm run package
|
||||
|
||||
FROM rust:1.84-bookworm AS runtime
|
||||
FROM rust:1.92-bookworm AS runtime
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y curl ca-certificates && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue