From eeba2a8e35210b0b18f66a52b1d54d025b646e91 Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 6 Sep 2024 23:09:11 -0400 Subject: [PATCH] Update rust:1.81-alpine3.20 Docker digest to d57abe5 (#116) Co-authored-by: Renovate Co-committed-by: Renovate --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f101134..366b560 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.81-alpine3.20@sha256:e4ab5bdd6d6c93e984ba5d320691d7f4bddb1e061102a1def6ec203de8547472 AS chef +FROM rust:1.81-alpine3.20@sha256:d57abe50ab0037f861817a85b4a26c8211d91075b5cca94a133ed02f803cd7c1 AS chef ENV RUSTFLAGS="-C target-feature=-crt-static" ARG GIT_HASH ENV GIT_COMMIT_HASH=${GIT_HASH}