From 0ef28d23ac92ca45801e6d6f55156882eeb762b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 02:00:22 +0000 Subject: [PATCH] chore(deps): update rust:alpine docker digest to 6706207 --- Dockerfile.bins | 2 +- Dockerfile.container | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.bins b/Dockerfile.bins index 3a643ce..73528cc 100644 --- a/Dockerfile.bins +++ b/Dockerfile.bins @@ -4,7 +4,7 @@ FROM goreleaser/nfpm@sha256:ae35b40d48105782d4c29fc392ec5bb81439cc13a40bbd4eeea1 FROM --platform=$BUILDPLATFORM tonistiigi/xx@sha256:923441d7c25f1e2eb5789f82d987693c47b8ed987c4ab3b075d6ed2b5d6779a3 AS xx ARG TARGETPLATFORM -FROM --platform=$BUILDPLATFORM rust:alpine@sha256:9ab8f4eab808b1383c7e60a15fbf291e949fec85c3f98c34fb145b16c4ced0a1 AS builder +FROM --platform=$BUILDPLATFORM rust:alpine@sha256:6706207940151d3a18ab3c8d1b639e45d66fac26e76d05b3cb40310619dbf0f0 AS builder ARG BUILDKIT_SBOM_SCAN_STAGE=true RUN apk add clang lld openssl-dev curl bash # copy xx scripts to your build stage diff --git a/Dockerfile.container b/Dockerfile.container index 02df9bb..e041188 100644 --- a/Dockerfile.container +++ b/Dockerfile.container @@ -2,7 +2,7 @@ ARG BUILDKIT_SBOM_SCAN_CONTEXT=true FROM --platform=$BUILDPLATFORM tonistiigi/xx@sha256:923441d7c25f1e2eb5789f82d987693c47b8ed987c4ab3b075d6ed2b5d6779a3 AS xx ARG TARGETPLATFORM -FROM --platform=$BUILDPLATFORM rust:alpine@sha256:9ab8f4eab808b1383c7e60a15fbf291e949fec85c3f98c34fb145b16c4ced0a1 AS builder +FROM --platform=$BUILDPLATFORM rust:alpine@sha256:6706207940151d3a18ab3c8d1b639e45d66fac26e76d05b3cb40310619dbf0f0 AS builder ARG BUILDKIT_SBOM_SCAN_CONTEXT=true RUN apk add clang lld openssl-dev curl bash # copy xx scripts to your build stage