| commit | 4eb72068cc17b2131e8c414f8d5b45db003d8f0f | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Mon Dec 11 16:51:25 2023 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Mon Dec 11 16:51:25 2023 +0400 |
| tree | 53b00c4eb87cd175dd0bfc7d224f1d1f31c1b300 | |
| parent | 77ee2dc27dd9d72d57ee46b4d27d000df835c964 [diff] |
installer: use nonroot container image
diff --git a/core/installer/Dockerfile b/core/installer/Dockerfile index 0b3f04b..79a211d 100644 --- a/core/installer/Dockerfile +++ b/core/installer/Dockerfile
@@ -1,8 +1,7 @@ -FROM alpine:latest +FROM gcr.io/distroless/static:nonroot ARG TARGETARCH COPY tmp/charts /charts COPY server_${TARGETARCH} /usr/bin/pcloud-installer -RUN chmod +x /usr/bin/pcloud-installer