Skip to content

Commit

Permalink
Use distroless image
Browse files Browse the repository at this point in the history
Signed-off-by: Sreekanth <[email protected]>
  • Loading branch information
BulkBeing committed Aug 21, 2024
1 parent 8b15689 commit 1594221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry \
# numaflow
####################################################################################################
ARG BASE_IMAGE
FROM debian:bookworm AS numaflow
FROM gcr.io/distroless/static-debian12 AS numaflow
ARG ARCH

COPY dist/numaflow-linux-${ARCH} /bin/numaflow
Expand Down

0 comments on commit 1594221

Please sign in to comment.