From abc3637d0dffcac1aeaf71496edadc96f1bc30cf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFc=20Dachary?= <loic@dachary.org>
Date: Sat, 17 Dec 2022 21:54:19 +0100
Subject: [PATCH] implementation: forgejo container images, rootless

---
 Dockerfile.rootless | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile.rootless b/Dockerfile.rootless
index e576570e5e..0607f2f019 100644
--- a/Dockerfile.rootless
+++ b/Dockerfile.rootless
@@ -24,7 +24,7 @@ RUN if [ -n "${GITEA_VERSION}" ]; then git checkout "${GITEA_VERSION}"; fi \
 RUN go build contrib/environment-to-ini/environment-to-ini.go
 
 FROM alpine:3.16
-LABEL maintainer="maintainers@gitea.io"
+LABEL maintainer="contact@forgejo.org"
 
 EXPOSE 2222 3000