Update rust Docker tag to v1.75 (#7)

Co-authored-by: Renovate <system@toast-server.net>
Co-committed-by: Renovate <system@toast-server.net>
This commit is contained in:
Renovate 2023-12-28 23:58:47 +00:00 committed by Renovate Bot
parent acbf5e8b22
commit 6b3fd9d6bc

View File

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