Compare commits

...

2 Commits

Author SHA1 Message Date
notplants 0ab323d24a Merge pull request 'chore: upgrade gitea to 1.26.2-rootless, postgres to 15.18' (#60) from upgrade-273d214 into master
continuous-integration/drone/push Build is failing
Reviewed-on: #60
2026-06-22 19:41:31 +00:00
notplants 2f7f1b6bfe chore: upgrade gitea to 1.26.2-rootless, postgres to 15.18 2026-06-22 19:29:08 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ services:
secrets:
- db_password
db:
image: postgres:15.13
image: postgres:15.18
deploy:
labels:
backupbot.backup.pre-hook: "/pg_backup.sh backup"
+1 -1
View File
@@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: "gitea/gitea:1.24.2-rootless"
image: "gitea/gitea:1.26.2-rootless"
configs:
- source: app_ini
target: /etc/gitea/app.ini