chore: Update database images to latest versions in automatic db tests

This commit is contained in:
Théophile Diot 2024-07-09 10:32:43 +01:00
parent 82e4be7ad3
commit 3c113d214d
No known key found for this signature in database
GPG key ID: FA995104A0BA376A
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ version: "3.5"
services:
bw-db:
image: mariadb:10.10
image: mariadb
environment:
- MYSQL_RANDOM_ROOT_PASSWORD=yes
- MYSQL_DATABASE=db

View file

@ -2,7 +2,7 @@ version: "3.5"
services:
bw-db:
image: mysql:8.0
image: mysql
environment:
- MYSQL_RANDOM_ROOT_PASSWORD=yes
- MYSQL_DATABASE=db

View file

@ -2,7 +2,7 @@ version: "3.5"
services:
bw-db:
image: postgres:15.1
image: postgres
environment:
- POSTGRES_USER=bunkerweb
- POSTGRES_PASSWORD=secret