diff --git a/.gitignore b/.gitignore index 4a588a2..4bb8e90 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ backups/* build/* !build/.gitkeep +extras/* diff --git a/config b/config index bdd4b66..68ec757 160000 --- a/config +++ b/config @@ -1 +1 @@ -Subproject commit bdd4b660ff128fabc88ac833b0bb211806578d79 +Subproject commit 68ec757f985e0626603bd5e47ecfdcb2e49de2d9 diff --git a/templates/forgejo/Dockerfile.gotmpl b/templates/forgejo/Dockerfile.gotmpl index 888e6ff..ae3ebe1 100644 --- a/templates/forgejo/Dockerfile.gotmpl +++ b/templates/forgejo/Dockerfile.gotmpl @@ -2,7 +2,7 @@ # the official Dockerfile.rootless from https://github.com/go-gitea/gitea/ # syntax=docker/dockerfile:1 -FROM alpine:3.19 +FROM alpine:3.20 ENV FORGEJO_CUSTOM={{ .Forgejo.Custom }} \ FORGEJO_APP_INI={{ .Forgejo.AppIni }} \