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

Merged
Renovate merged 1 commits from renovate/rust-1.76-alpine3.19 into master 2024-03-11 20:02:19 -04:00
Showing only changes of commit edc6104ef0 - Show all commits

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