From a555c90fd511171e033f69493186dce2cdba1ed4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Jul 2022 10:20:29 +0900 Subject: [PATCH] chore(deps): update dependency golang to v1.18.4 (#1639) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e50b48d4..e3e963d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM --platform=$BUILDPLATFORM golang:1.18.3 as builder +FROM --platform=$BUILDPLATFORM golang:1.18.4 as builder WORKDIR /workspace