Skip to content

Commit 3aa321d

Browse files
committed
Upgrade versions and remove deprecated version definition
1 parent 43716d8 commit 3aa321d

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

docker-compose.test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
version: '3.5'
2-
31
services:
42
db:
5-
image: mariadb:10.3
3+
image: mariadb:11
64
environment:
75
MYSQL_ROOT_PASSWORD: wordpress
86
MYSQL_DATABASE: wordpress
@@ -23,7 +21,7 @@ services:
2321
FS_METHOD: direct
2422

2523
sut:
26-
image: alpine:3.13
24+
image: alpine:3
2725
depends_on:
2826
- wordpress
2927
command: /tmp/run_tests.sh

docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
version: "3.5"
2-
31
services:
42
db:
5-
image: mariadb:10.11
3+
image: mariadb:11
64
volumes:
75
- "db-data:/var/lib/mysql"
86
environment:

0 commit comments

Comments
 (0)