2 Commits

Author SHA1 Message Date
414d6b0368 Update jheuel/ohrwurm:latest Docker digest to 4f119ff
All checks were successful
tests / fmt (push) Successful in 56s
tests / build (push) Successful in 1m6s
tests / clippy (push) Successful in 53s
tests / test (push) Successful in 1m8s
tests / pre-commit (push) Successful in 1m3s
2025-03-04 07:25:47 +00:00
cd42401280 Update rust:slim-bullseye Docker digest to e94e2d2
All checks were successful
renovate / renovate (push) Successful in 33s
tests / fmt (push) Successful in 54s
tests / build (push) Successful in 50s
tests / test (push) Successful in 1m32s
tests / pre-commit (push) Successful in 1m50s
tests / clippy (push) Successful in 2m9s
deploy / release-image (push) Successful in 3m57s
2025-03-04 06:47:43 +00:00

View File

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