This commit is contained in:
dependabot[bot] 2026-08-07 17:18:08 +00:00 committed by GitHub
commit 6659abfcaf
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.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 && \