File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
1818WORKDIR /src
1919
@@ -24,7 +24,7 @@ COPY . .
2424RUN 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
3030RUN apt-get update && apt-get install -y --no-install-recommends \
You can’t perform that action at this time.
0 commit comments