Update rust:1.76-alpine3.19 Docker digest to ba706e9

PR created by Renovate Bot.
This commit is contained in:
Renovate 2024-03-12 00:01:55 +00:00
parent db99c1f3ca
commit edc6104ef0

View File

@ -1,4 +1,4 @@
FROM rust:1.76-alpine3.19@sha256:def35884ff7e1e4b0eae050cbb03ca0900d70d1acbcba1d0e428147ab6786de2 AS compiler
FROM rust:1.76-alpine3.19@sha256:ba706e9ee0c6ba7fd828131b4302ed46446d9313fc3c1d82897350b94c6b1084 AS compiler
ENV RUSTFLAGS="-C target-feature=-crt-static"
RUN apk add --no-cache openssl-dev musl-dev
WORKDIR /usr/src/kon