diff --git a/Dockerfile b/Dockerfile index 9b85d02..1f8703f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,7 @@ LABEL name="coroot-cluster-agent" \ COPY LICENSE /licenses/LICENSE +USER 65534:65534 COPY --from=builder /tmp/src/coroot-cluster-agent /usr/bin/coroot-cluster-agent ENTRYPOINT ["coroot-cluster-agent"]