Update versions for Gitea

This commit is contained in:
2025-10-02 21:24:47 +05:30
parent b420602a7a
commit ae28ea3394

View File

@@ -1,7 +1,7 @@
services: services:
gitea_db: gitea_db:
container_name: gitea_db container_name: gitea_db
image: docker.io/library/postgres:17.5 image: docker.io/library/postgres:17.6
restart: unless-stopped restart: unless-stopped
environment: environment:
- POSTGRES_USER=${POSTGRES_USER} - POSTGRES_USER=${POSTGRES_USER}
@@ -20,7 +20,7 @@ services:
gitea: gitea:
container_name: gitea container_name: gitea
image: docker.io/gitea/gitea:1.24.3-rootless image: docker.io/gitea/gitea:1.24.6-rootless
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
gitea_db: gitea_db: