Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 37c450c

Browse files
author
ansipunk
committed
Update docker-compose example to use newer MariaDB image
1 parent 09e2dd7 commit 37c450c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ run all of those with lint script
7373
version: '2.1'
7474
services:
7575
postgres:
76-
image: postgres:10.8
76+
image: postgres:16
7777
environment:
7878
POSTGRES_USER: username
7979
POSTGRES_PASSWORD: password
@@ -82,7 +82,7 @@ run all of those with lint script
8282
- 5432:5432
8383

8484
mysql:
85-
image: mysql:5.7
85+
image: mariadb:11
8686
environment:
8787
MYSQL_USER: username
8888
MYSQL_PASSWORD: password

0 commit comments

Comments
 (0)