fix(project): switch to static base image

This commit is contained in:
Łukasz Mierzwa
2023-10-09 19:18:21 +01:00
committed by Łukasz Mierzwa
parent b3a3f830aa
commit fa6f76e03d

View File

@@ -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}