Update rust:slim-bullseye Docker digest to e94e2d2 #16

Merged
renovate-bot merged 1 commits from renovate/rust-slim-bullseye into main 2025-03-04 08:25:43 +01:00
Showing only changes of commit cd42401280 - Show all commits

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