1 Commits

Author SHA1 Message Date
3d26b8e6fd Update rust:slim-bullseye Docker digest to d28cb53
Some checks failed
tests / fmt (push) Failing after 17s
tests / build (push) Failing after 10s
tests / test (push) Failing after 8s
tests / clippy (push) Failing after 15s
tests / pre-commit (push) Failing after 15s
2025-03-19 00:01:17 +00:00

View File

@@ -1,5 +1,5 @@
# Build image
FROM rust:slim-bullseye@sha256:1eca9af45f393ac4669b9b63659529638359575f6268cbd4e6543ddc46c53803 as build
FROM rust:slim-bullseye@sha256:d28cb53460af69241b4af695b7cbca8dfea1dfa0439a355ccdc04c347f382605 as build
RUN apt-get update && apt-get install -y \
build-essential autoconf automake cmake libtool libssl-dev pkg-config