Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
Use number, not string for USER (#57)
Browse files Browse the repository at this point in the history
Fixes #56
  • Loading branch information
ninaspitfire authored Nov 9, 2018
1 parent 3dd7b9f commit c9a69e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN setcap cap_net_raw=eip {{ binary_file }}
{%- if beat == 'auditbeat' %}
USER root
{% else %}
USER {{ beat }}
USER 1000
{% endif %}

LABEL org.label-schema.schema-version="1.0" \
Expand Down

0 comments on commit c9a69e5

Please sign in to comment.