From b940b485fafc8ab165092dfb1e6f7c59e73d0aae Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth <wolfgang.hottgenroth@icloud.com> Date: Fri, 27 Mar 2020 22:48:05 +0100 Subject: [PATCH] use first user, not root --- Dockerfile | 1 + VERSION | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ac0b748..85bff6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,5 +12,6 @@ RUN \ VOLUME /work WORKDIR /work +USER 1000:1000 diff --git a/VERSION b/VERSION index 4e379d2..bcab45a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.2 +0.0.3