Skip to content

Commit

Permalink
Downgrade user in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
robincw-gr authored Oct 7, 2019
1 parent 1ba282d commit 446501e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ ARG GRPC_HEALTH_PROBE_REPO_URL=https://github.com/grpc-ecosystem/grpc-health-pro
RUN GRPC_HEALTH_PROBE_VERSION=v0.3.0 && \
wget -qO/bin/grpc_health_probe ${GRPC_HEALTH_PROBE_REPO_URL}/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-amd64 && \
chmod +x /bin/grpc_health_probe
USER 1000
ENTRYPOINT ["./geras"]

0 comments on commit 446501e

Please sign in to comment.