From 64973dfa8bb59c1430c9ee42e1aeca09a764a063 Mon Sep 17 00:00:00 2001 From: John Kjell Date: Fri, 21 Jun 2024 08:48:36 -0500 Subject: [PATCH] Change base image Signed-off-by: John Kjell --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index be2ec66..d1a890d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,8 @@ COPY . . RUN go build -o bin/software +# FROM golang:alpine3.18 + FROM cgr.dev/chainguard/static@sha256:676e989769aa9a5254fbfe14abb698804674b91c4d574bb33368d87930c5c472 #USER root