From 1d300fe2850f6b93848f9f58581b7a0473f8305a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 20:18:48 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.22.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0b4c152..81f4a64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM --platform=$BUILDPLATFORM golang:1.22.4 as builder +FROM --platform=$BUILDPLATFORM golang:1.22.5 as builder ARG TARGETOS ARG TARGETARCH