From fa6f76e03d83f38292020540dfb5613bc395665a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Mon, 9 Oct 2023 19:18:21 +0100 Subject: [PATCH] fix(project): switch to static base image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6a3e039e0..d1dc44e41 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ COPY internal /src/internal ARG VERSION RUN CGO_ENABLED=0 make -C /src VERSION="${VERSION:-dev}" karma -FROM gcr.io/distroless/base +FROM gcr.io/distroless/static ARG VERSION LABEL org.opencontainers.image.source https://github.com/prymitive/karma LABEL org.opencontainers.image.version ${VERSION}