Update rust Docker tag to v1.81

PR created by Renovate Bot.
This commit is contained in:
Renovate 2024-09-06 00:04:17 +00:00
parent 325e419d78
commit 404ff8182b

View File

@ -1,4 +1,4 @@
FROM rust:1.80-alpine3.20@sha256:1f5aff501e02c1384ec61bb47f89e3eebf60e287e6ed5d1c598077afc82e83d5 AS chef FROM rust:1.81-alpine3.20@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb AS chef
ENV RUSTFLAGS="-C target-feature=-crt-static" ENV RUSTFLAGS="-C target-feature=-crt-static"
ARG GIT_HASH ARG GIT_HASH
ENV GIT_COMMIT_HASH=${GIT_HASH} ENV GIT_COMMIT_HASH=${GIT_HASH}