Mäh
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Maurice Schreiner 2026-04-25 13:45:14 +02:00
parent 4bb7b1de7b
commit bd778673a2

View File

@ -19,7 +19,7 @@ RUN gcc -o deployment deployment.c
# RUNTIME STAGE
FROM cgr.dev/chainguard/wolfi-base:latest
RUN useradd -m appuser
RUN adduser -D appuser
USER appuser
WORKDIR /app