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