From 230232b541eb9abb62e9cdf1e018d52549aaae3b Mon Sep 17 00:00:00 2001 From: james Hart Date: Tue, 23 Jul 2024 15:04:24 +0100 Subject: [PATCH] reset to user runner --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c423ff4..8b1b8c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,9 +7,9 @@ LABEL org.opencontainers.image.vendor="Ministry of Justice" \ org.opencontainers.image.description="Actions Runner image for HMPPS DPS" \ org.opencontainers.image.url="https://github.com/ministryofjustice/hmpps-github-actions-runner" -ENV CONTAINER_USER="1000" \ +ENV CONTAINER_USER="runner" \ CONTAINER_UID="10000" \ - CONTAINER_GROUP="1000" \ + CONTAINER_GROUP="runner" \ CONTAINER_GID="10000" \ CONTAINER_HOME="/actions-runner" \ DEBIAN_FRONTEND="noninteractive" \