Update rust:1.75-alpine3.18 Docker digest to 9b3aae3 (#13)

Co-authored-by: Renovate <system@toast-server.net>
Co-committed-by: Renovate <system@toast-server.net>
This commit is contained in:
Renovate 2024-01-12 21:54:32 +00:00 committed by Renovate
parent 21e869b053
commit ef9f372f42

View File

@ -1,4 +1,4 @@
FROM rust:1.75-alpine3.18@sha256:fc996ca91d162fe869ca93c1bbc641ef77279c02a9bfead2732f237dd10d16ee AS compiler
FROM rust:1.75-alpine3.18@sha256:9b3aae3c442e2023440a42f4897b888a0fcc78819bffbdf751582ec7467a2eda AS compiler
ENV RUSTFLAGS="-C target-feature=-crt-static"
RUN apk add --no-cache openssl-dev musl-dev
WORKDIR /usr/src/rustbot