asfd
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/test/2 unknown status
ci/woodpecker/push/test/1 unknown status

This commit is contained in:
Stephan Schnabel 2025-06-11 21:49:48 +02:00
parent 4c333d2eb6
commit 4bc956cada
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0

View file

@ -19,4 +19,4 @@ RUN ARCH=$(uname -m) && \
COPY --chmod=555 entrypoint.sh /usr/local/bin/entrypoint.sh
ENV HOME=/woodpecker
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
USER 1000:1000