From 748caddcd219009fa4b558d0152d2672d521e089 Mon Sep 17 00:00:00 2001 From: Shea Stewart Date: Thu, 7 Nov 2024 13:55:09 -0500 Subject: [PATCH] set USER env --- Dockerfile | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index def1045..7e66ab1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ RUN echo "runwhen ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers # Switch to `runwhen` user USER runwhen - +ENV USER "runwhen" # Set the PATH to include binaries the `runwhen` user will need ENV PATH "$PATH:/usr/local/bin:/home/runwhen/.local/bin:$RUNWHEN_HOME" diff --git a/VERSION b/VERSION index 6812f81..05b19b1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.3 \ No newline at end of file +0.0.4 \ No newline at end of file