mirror of
https://github.com/getnora-io/nora.git
synced 2026-04-12 09:10:32 +00:00
fix: pin ClusterFuzzLite base image by SHA, fix Docker tag double-suffix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user