update gitea to a version which (allegedly) supports disabling the repo-archive feature

This commit is contained in:
Hurlu 2025-06-25 13:54:07 +02:00
parent 2eeb158b2d
commit d903b0057e

View File

@ -8,7 +8,7 @@ networks:
services: services:
gitea: gitea:
container_name: gitea container_name: gitea
image: gitea/gitea:1.22.4 image: gitea/gitea:1.23.8
restart: always restart: always
env_file: ./secrets/gitea.secret env_file: ./secrets/gitea.secret
networks: networks: