From 2389ab70b0485edf1a04150dae73c03a4a727fc8 Mon Sep 17 00:00:00 2001 From: Dan Anglin Date: Wed, 22 May 2024 20:20:42 +0100 Subject: [PATCH] chore: upgrade Forgejo to v7.0.3 - Upgrade Forgejo to v7.0.3 - Upgrade the Alpine Docker image to v3.20 --- .gitignore | 1 + config | 2 +- templates/forgejo/Dockerfile.gotmpl | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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 }} \