Skip to content

Commit

Permalink
reset to user runner
Browse files Browse the repository at this point in the history
  • Loading branch information
james-jdgtl committed Jul 23, 2024
1 parent de98008 commit 230232b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 230232b

Please sign in to comment.