From ba367d1e936bcce1a5a76e6898ee4a9639fe31fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 23:26:53 -0700 Subject: [PATCH] Bump golang from 1.20.3 to 1.20.4 (#1217) Bumps golang from 1.20.3 to 1.20.4. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 93dd68baa..a26dbb2cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # limitations under the License. # Build the manager binary -FROM --platform=${BUILDPLATFORM} golang:1.20.3 as toolchain +FROM --platform=${BUILDPLATFORM} golang:1.20.4 as toolchain # Run this with docker build --build_arg $(go env GOPROXY) to override the goproxy ARG goproxy=https://proxy.golang.org,direct