Updated images for MariaDB/Gitea and Postgres to latest stable or LTS #31

Merged
javielico merged 5 commits from :master into master 2023-05-18 10:36:26 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b73b167b98 - Show all commits

View File

@ -8,7 +8,7 @@ services:
- GITEA_DB_NAME=gitea
- GITEA_DB_USER=gitea
db:
image: "mariadb:10.9"
image: "mariadb:10.11.2"
command: |
mysqld --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
environment: