From 78ea44a3addd5027a38ec59689e8c10585aa7084 Mon Sep 17 00:00:00 2001 From: "mazi-renovate[bot]" <161091290+mazi-renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 02:27:08 +0900 Subject: [PATCH] chore(deps): bump docker/dockerfile docker tag to v1.9.0 (#845) | datasource | package | from | to | | ---------- | ----------------- | ----- | ----- | | docker | docker/dockerfile | 1.8.1 | 1.9.0 | Co-authored-by: mazi-renovate[bot] <161091290+mazi-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 83969c83e..0b37865f4 100644 --- a/.github/files/build/Dockerfile +++ b/.github/files/build/Dockerfile @@ -1,4 +1,4 @@ -# syntax=docker/dockerfile:1.8.1@sha256:e87caa74dcb7d46cd820352bfea12591f3dba3ddc4285e19c7dcd13359f7cefd +# syntax=docker/dockerfile:1.9.0@sha256:fe40cf4e92cd0c467be2cfc30657a680ae2398318afd50b0c80585784c604f28 FROM --platform=$BUILDPLATFORM busybox:1.36.1-uclibc@sha256:97d85ff9630b634ddff3e3ff69fd02bc3b69de8dba0c5002eb0ad6915d1bf4c0 AS env ARG TARGETPLATFORM RUN --mount=type=bind,source=artifact,target=artifact \