| commit | 4eb2efe327311901547f77472219b9636b1484ad | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Fri Jul 12 20:55:31 2024 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Mon Jul 15 11:32:07 2024 +0400 |
| tree | 17f0979ef0b52194aa91edf916228ead2d5a4cd8 | |
| parent | c6c663f413fc3cb6645a8b83923a136e2538bb39 [diff] [blame] |
rPuppy: Update Makefile and Dockerfile Change-Id: I3832c88878b517554ceecaa89fe8a0a03ee1876f
diff --git a/apps/rpuppy/Dockerfile b/apps/rpuppy/Dockerfile index 5b5f85e..0e425c5 100644 --- a/apps/rpuppy/Dockerfile +++ b/apps/rpuppy/Dockerfile
@@ -1,6 +1,5 @@ -FROM alpine:latest +FROM gcr.io/distroless/static:nonroot ARG TARGETARCH COPY rpuppy_${TARGETARCH} /usr/bin/rpuppy -RUN chmod +x /usr/bin/rpuppy