From 90b16812e05d25b4d08d1772b5b8119877b6e37f Mon Sep 17 00:00:00 2001 From: Scott Trent Date: Tue, 5 Mar 2024 15:35:31 +0900 Subject: [PATCH] switch to image golang:1.20-alpine for security Signed-off-by: Scott Trent --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 02da551..67168a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM docker.io/golang:1.20 as builder +FROM docker.io/golang:1.20-alpine as builder ARG TARGETOS ARG TARGETARCH