Migrate from gitea to forgejo

This commit is contained in:
Glenn Y. Rolland 2022-12-24 17:01:10 +01:00
parent d9b57f51c8
commit 7ec5de38f3

View file

@ -1,5 +1,6 @@
# FROM gitea/gitea:1.16.9
FROM gitea/gitea:1.17.3
# FROM gitea/gitea:1.17.3
FROM codeberg.org/forgejo/forgejo:1.18.0-rc1-1
COPY entrypoint-wrapper parse-database-url /usr/bin/
RUN chmod 755 /usr/bin/entrypoint-wrapper /usr/bin/parse-database-url