From 3f4d4110834f0adf9f589cae6d2842984d22f13e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 08:28:04 -0700 Subject: [PATCH] chore(deps): update golang docker tag to v1.23 (#3228) * chore(deps): update golang docker tag to v1.23 * Update Dockerfile.protos --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dustin Decker --- hack/Dockerfile.protos | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/Dockerfile.protos b/hack/Dockerfile.protos index 0a42c5f2a..714c743b0 100644 --- a/hack/Dockerfile.protos +++ b/hack/Dockerfile.protos @@ -1,6 +1,6 @@ -# trufflesecurity/protos:1.22 +# trufflesecurity/protos:1.23 -FROM golang:1.22-bullseye +FROM golang:1.23-bullseye ARG TARGETARCH ARG TARGETOS