2 Commits

Author SHA1 Message Date
f4f6a486c9 Update debian:bullseye-slim Docker digest to e4b93db
Some checks are pending
tests / fmt (push) Waiting to run
tests / build (push) Waiting to run
tests / test (push) Waiting to run
tests / clippy (push) Waiting to run
tests / pre-commit (push) Waiting to run
deploy / release-image (push) Waiting to run
renovate / renovate (push) Waiting to run
2025-03-21 00:01:10 +00:00
c354ec0562 Update rust:slim-bullseye Docker digest to 1eca9af
All checks were successful
tests / build (push) Successful in 59s
tests / fmt (push) Successful in 1m8s
tests / test (push) Successful in 1m14s
tests / clippy (push) Successful in 55s
tests / pre-commit (push) Successful in 2m6s
deploy / release-image (push) Successful in 3m31s
renovate / renovate (push) Successful in 1m30s
2025-03-20 00:00:51 +00:00

View File

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