Run as non-root by default via PUID/PGID
CI / build-and-scan (pull_request) Successful in 1m7s

This commit is contained in:
Djeex
2026-08-23 15:10:17 +02:00
parent ac1addca14
commit fff6e49350
7 changed files with 187 additions and 69 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
FROM alpine:3.24.1 AS base
RUN apk add --no-cache socat netcat-openbsd \
RUN apk add --no-cache socat netcat-openbsd su-exec \
&& rm -rf /var/cache/apk/* /tmp/*
COPY entrypoint.sh VERSION /