Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commit 8200b2a

Browse files
Update mysql Docker tag to v8.3
1 parent f2c5744 commit 8200b2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: docker-compose.test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
- ./backend:/app
1818

1919
db:
20-
image: mysql:8.0
20+
image: mysql:8.3
2121
container_name: db
2222
restart: unless-stopped
2323
tty: true

Diff for: docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
- ./docker/dev/php/php-ini-overrides.ini:/usr/local/etc/php/conf.d/99-overrides.ini
3333

3434
db:
35-
image: mysql:8.0
35+
image: mysql:8.3
3636
container_name: db
3737
restart: unless-stopped
3838
tty: true

0 commit comments

Comments
 (0)