From b5bfc29644d554cf0d29f06fa7eae2d622b60eae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 03:31:08 +0000 Subject: [PATCH] chore(deps): update rust:alpine docker digest to e4ab5bd --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4ab5c11..b2cf840 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:1f5aff501e02c1384ec61bb47f89e3eebf60e287e6ed5d1c598077afc82e83d5 AS builder +FROM --platform=$BUILDPLATFORM rust:alpine@sha256:e4ab5bdd6d6c93e984ba5d320691d7f4bddb1e061102a1def6ec203de8547472 AS builder RUN apk add clang lld openssl-dev # copy xx scripts to your build stage COPY --from=xx / /