Compare commits

..

1 Commits

Author SHA1 Message Date
497265b7c8 Update postgres Docker tag to v18 2026-02-13 00:01:35 +00:00

View File

@@ -68,7 +68,7 @@ services:
- mail_from
runner:
image: gitea/act_runner:0.3.0
image: gitea/act_runner:0.2.13
container_name: gitea_runner
depends_on:
- server
@@ -88,7 +88,7 @@ services:
- runner_token
db_pg17:
image: postgres:17.9
image: postgres:18.2
container_name: gitea_db_pg17
restart: unless-stopped
healthcheck: