Merge branch 'master' into support-rootless

This commit is contained in:
simonfelding 2025-04-24 20:36:51 +02:00 committed by GitHub
commit 3e0cc0ff8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 15 additions and 14 deletions

View file

@ -1,3 +1,4 @@
# The build image could be golang, but it currently does not support riscv64. Only debian:sid does, at the time of writing.
FROM debian:sid-slim AS build
# Install dependencies
@ -9,7 +10,7 @@ COPY build.sh VERSION /build/
RUN bash build.sh
FROM debian:sid-slim
LABEL maintainer="Xiaonan Shen <s@sxn.dev>"
LABEL maintainer="Simon Felding <sife@adm.ku.dk>"
# These are only exported if running as root
EXPOSE 25/tcp