From a3c3fe4bf227ef5ccca90f089124c49ffc50dfe6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 11:12:32 +0000 Subject: [PATCH] chore(deps): update rust:alpine docker digest to 00c2107 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b9a446f..725428d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM --platform=$BUILDPLATFORM tonistiigi/xx@sha256:0c6a569797744e45955f39d4f7538ac344bfb7ebf0a54006a0a4297b153ccf0f AS xx ARG TARGETPLATFORM -FROM --platform=$BUILDPLATFORM rust:alpine@sha256:d6e876ca5fe200f4ac60312b95606f0b042699c4cf6a19493b7d2a2ebbfb337b AS builder +FROM --platform=$BUILDPLATFORM rust:alpine@sha256:00c2107fa0e7a3eecf1fb31c814cd11a450026fae3fe375a1eed141be5fe75bc AS builder RUN apk add clang lld openssl-dev # copy xx scripts to your build stage COPY --from=xx / /