From 7dbd46c7a265bb4325c29ed43dca435b4e3af507 Mon Sep 17 00:00:00 2001 From: "mazi-renovate[bot]" <161091290+mazi-renovate[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 16:37:47 +0000 Subject: [PATCH] chore(deps): update docker/dockerfile docker tag to v1.8.0 | datasource | package | from | to | | ---------- | ----------------- | ----- | ----- | | docker | docker/dockerfile | 1.7.1 | 1.8.0 | --- .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 870abcc2d..ebb05615b 100644 --- a/.github/files/build/Dockerfile +++ b/.github/files/build/Dockerfile @@ -1,4 +1,4 @@ -# syntax=docker/dockerfile:1.7.1@sha256:a57df69d0ea827fb7266491f2813635de6f17269be881f696fbfdf2d83dda33e +# syntax=docker/dockerfile:1.8.0@sha256:d6d396f3780b1dd56a3acbc975f57bd2fc501989b50164c41387c42d04e780d0 FROM --platform=$BUILDPLATFORM busybox:1.36.1-uclibc@sha256:97d85ff9630b634ddff3e3ff69fd02bc3b69de8dba0c5002eb0ad6915d1bf4c0 AS env ARG TARGETPLATFORM RUN --mount=type=bind,source=artifact,target=artifact \