Skip to content

Commit b414ab8

Browse files
committed
use rust 1.89
1 parent 7f6d8e2 commit b414ab8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reproducible.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# Stage 1: Vendor dependencies
1515
# Pin Rust image by digest (rust:1.86.0-slim-bookworm for amd64)
16-
FROM rust@sha256:a044f7ab9a762f95be2ee7eb2c49e4d4a4ec60011210de9f7da01d552cae3a55 AS vendorer
16+
FROM rust@sha256:a31942999645514ff53f470d395a9b3f06e05149faa845732d0cdf132767dcbd AS vendorer
1717

1818
WORKDIR /src
1919

@@ -24,7 +24,7 @@ COPY . .
2424
RUN mkdir -p .cargo && cargo vendor vendor/ > .cargo/config.toml
2525

2626
# Stage 2: Build
27-
FROM rust@sha256:a044f7ab9a762f95be2ee7eb2c49e4d4a4ec60011210de9f7da01d552cae3a55 AS builder
27+
FROM rust@sha256:a31942999645514ff53f470d395a9b3f06e05149faa845732d0cdf132767dcbd AS builder
2828

2929
# Install musl toolchain for static linking
3030
RUN apt-get update && apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)