From 40a1269c61bfb961aac0bf7da0dacaa5363cc54d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 01:52:04 +0000 Subject: [PATCH] chore(deps): update busybox:1.36.1-uclibc docker digest to 41edc0b (#590) 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 | `27441c6` -> `41edc0b` | --- ### 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/Mogyuchi/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 62ee81ce0..ac01c9357 100644 --- a/.github/files/build/Dockerfile +++ b/.github/files/build/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.6.0@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 -FROM --platform=$BUILDPLATFORM busybox:1.36.1-uclibc@sha256:27441c673d7b790259201123b4fe396a6115f35e7afb6e11f576be2b48a171cd AS env +FROM --platform=$BUILDPLATFORM busybox:1.36.1-uclibc@sha256:41edc0b6679bf1abc3acd1c31107326f91bc944d737e574947247ccac73ecc7c AS env ARG TARGETPLATFORM RUN --mount=type=bind,source=artifact,target=artifact \ if [ "$TARGETPLATFORM" = 'darwin/amd64' ]; then\