fix: pin ClusterFuzzLite base image by SHA, fix Docker tag double-suffix

This commit is contained in:
2026-03-18 13:20:35 +00:00
parent 8b1b9c8401
commit 52e59a8272
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM rust:1.87-slim
FROM rust:1.87-slim@sha256:437507c3e719e4f968033b88d851ffa9f5aceeb2dcc2482cc6cb7647811a55eb
RUN apt-get update && apt-get install -y build-essential pkg-config && rm -rf /var/lib/apt/lists/*
RUN cargo install cargo-fuzz