diff --git a/build/agent/Dockerfile b/build/agent/Dockerfile index 031c27f..c53f936 100644 --- a/build/agent/Dockerfile +++ b/build/agent/Dockerfile @@ -11,4 +11,7 @@ FROM alpine RUN apk --no-cache add ca-certificates git WORKDIR /root/ COPY --from=0 /runner /bin/runner + +USER 1001 + ENTRYPOINT ["/bin/runner"]