From 4ef8eb17ebf45b2b47d887d6bf09cf2e6c8fc7d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 05:40:00 +0000 Subject: [PATCH] chore(deps): update busybox:1.36.1-uclibc docker digest to f7ca678 (#694) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | busybox | final | digest | `cc71f45` -> `f7ca678` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/4m-mazi/gh-test). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/files/build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/files/build/Dockerfile b/.github/files/build/Dockerfile index 7c6f38c26..e782ed4fb 100644 --- a/.github/files/build/Dockerfile +++ b/.github/files/build/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.7.0@sha256:dbbd5e059e8a07ff7ea6233b213b36aa516b4c53c645f1817a4dd18b83cbea56 -FROM --platform=$BUILDPLATFORM busybox:1.36.1-uclibc@sha256:cc71f45a5a48738c4c295314b2bc9bcc18eb0c33e7bb127c3735b751b724141b AS env +FROM --platform=$BUILDPLATFORM busybox:1.36.1-uclibc@sha256:f7ca678e57fbee8ea8a49e62835725c6f48bde5e90913637918efe1ecf315235 AS env ARG TARGETPLATFORM RUN --mount=type=bind,source=artifact,target=artifact \ if [ "$TARGETPLATFORM" = 'darwin/amd64' ]; then\