From 216a491646492df59a6ef81fbb032d5ac2733ebb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 11:39:22 +0000 Subject: [PATCH] Update docker/dockerfile Docker tag to v1.20 | datasource | package | from | to | | ---------- | ----------------- | ---- | ---- | | docker | docker/dockerfile | 1.19 | 1.20 | Signed-off-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 2b483ded..43719735 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -# syntax=docker/dockerfile:1.19 +# syntax=docker/dockerfile:1.20 FROM golang:1.25.2 AS builder ARG VERSION ARG TARGETARCH