From ced67b0c19b403d1d662bd01e04f99cfc39133c1 Mon Sep 17 00:00:00 2001 From: Tine Date: Mon, 3 Jun 2024 23:31:24 +0200 Subject: [PATCH] build: use static distroles --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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