From e2e11c83984b6eec8250f3fd101a33c2fa4dc75c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 16:03:27 +0000 Subject: [PATCH] chore(deps): update docker.io/library/golang docker tag to v1.22.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5b568f462..9e803d747 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ ENV VITE_API_BASE_URL=/api RUN yarn build # Build the manager binary -FROM docker.io/library/golang:1.21.7@sha256:549dd88a1a53715f177b41ab5fee25f7a376a6bb5322ac7abe263480d9554021 as builder +FROM docker.io/library/golang:1.22.3@sha256:ab48cd7b8e2cffb6fa1199de232f61c76d3c33dc158be8a998c5407a8e5eb583 as builder ARG TARGETOS ARG TARGETARCH ARG PACKAGE=github.com/padok-team/burrito