mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(project): switch to static base image
This commit is contained in:
committed by
Łukasz Mierzwa
parent
b3a3f830aa
commit
fa6f76e03d
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user