From 21eb8dc19b7924391ba36a75e9557b9438501b70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 08:15:15 +0000 Subject: [PATCH] Update docker/dockerfile Docker tag to v1.9 (#822) | datasource | package | from | to | | ---------- | ----------------- | ---- | --- | | docker | docker/dockerfile | 1.8 | 1.9 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 4b0f271..0518c4e 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -# syntax=docker/dockerfile:1.8 +# syntax=docker/dockerfile:1.9 FROM golang:1.23 AS base ARG VERSION ARG TARGETARCH