chore: upgrade Forgejo to v7.0.3

- Upgrade Forgejo to v7.0.3
- Upgrade the Alpine Docker image to v3.20
This commit is contained in:
Dan Anglin 2024-05-22 20:20:42 +01:00
parent bf5839aa82
commit 2389ab70b0
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
backups/* backups/*
build/* build/*
!build/.gitkeep !build/.gitkeep
extras/*

2
config

@ -1 +1 @@
Subproject commit bdd4b660ff128fabc88ac833b0bb211806578d79 Subproject commit 68ec757f985e0626603bd5e47ecfdcb2e49de2d9

View file

@ -2,7 +2,7 @@
# the official Dockerfile.rootless from https://github.com/go-gitea/gitea/ # the official Dockerfile.rootless from https://github.com/go-gitea/gitea/
# syntax=docker/dockerfile:1 # syntax=docker/dockerfile:1
FROM alpine:3.19 FROM alpine:3.20
ENV FORGEJO_CUSTOM={{ .Forgejo.Custom }} \ ENV FORGEJO_CUSTOM={{ .Forgejo.Custom }} \
FORGEJO_APP_INI={{ .Forgejo.AppIni }} \ FORGEJO_APP_INI={{ .Forgejo.AppIni }} \