From 446501e425c8cc218ef897ed7e2de0dacfa8d3db Mon Sep 17 00:00:00 2001 From: Robin Clarke-Williams <43950815+robincw-gr@users.noreply.github.com> Date: Mon, 7 Oct 2019 14:37:16 +0100 Subject: [PATCH] Downgrade user in Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 7d2388a..5fbe95d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]