Skip to content

Commit

Permalink
chore: switch to non-root image (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
zilvinasu authored Oct 31, 2023
1 parent 6139f2b commit 6f81c4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcr.io/distroless/static-debian11
FROM gcr.io/distroless/static-debian11:nonroot
ARG TARGETARCH
COPY bin/castai-agent-$TARGETARCH /usr/local/bin/castai-agent
CMD ["castai-agent"]
CMD ["castai-agent"]

0 comments on commit 6f81c4e

Please sign in to comment.