From a8732b3781b98c7505b9c7487f5f7890a551722e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 09:42:58 +0000 Subject: [PATCH] Bump golang from 1.19.3-alpine to 1.19.4-alpine (#542) 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 2e743cea..1109b67f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.19.3-alpine as builder +FROM golang:1.19.4-alpine as builder WORKDIR /workspace # Copy the Go Modules manifests