diff --git a/build/Dockerfile b/build/Dockerfile index b6a819c..a21fee6 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM scratch +FROM gcr.io/distroless/static-debian12:latest as production ARG TARGETARCH ARG TARGETOS