Compare commits

...

2 Commits

Author SHA1 Message Date
e7dc17aeb7 Update gitea/gitea Docker tag to v1.23.8 2025-05-13 12:06:09 +00:00
3b92504056 Update postgres Docker tag to v17.5 2025-05-09 00:00:49 +00:00

View File

@ -2,7 +2,7 @@ name: gitea
services:
server:
image: gitea/gitea:1.23.7
image: gitea/gitea:1.23.8
container_name: gitea
depends_on:
- db_pg17
@ -88,7 +88,7 @@ services:
- runner_token
db_pg17:
image: postgres:17.4
image: postgres:17.5
container_name: gitea_db_pg17
restart: unless-stopped
healthcheck: