fix
All checks were successful
release-tag / release-image (push) Successful in 2m12s

This commit is contained in:
2026-05-29 09:22:10 +02:00
parent 8fd368860c
commit f8431446ed

View File

@@ -5,7 +5,7 @@ RUN go mod download
COPY . .
RUN go build -o /out/starauftrag-bot .
FROM alpine:3.22S
FROM alpine:3.22
RUN adduser -D -H bot && mkdir /data && chown bot:bot /data
USER bot
WORKDIR /app