1 Commits

Author SHA1 Message Date
ba6d1aa628 Update dependency python to 3.13
Some checks failed
tests / fmt (push) Failing after 16s
tests / build (push) Failing after 10s
tests / test (push) Failing after 16s
tests / pre-commit (push) Failing after 14s
tests / clippy (push) Successful in 3m10s
2025-03-19 00:02:35 +00:00

View File

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