Skip to content

Commit 86731eb

Browse files
chore(deps): update mysql docker tag to v9.4
1 parent 85670b1 commit 86731eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "3.4"
33
services:
44
mysql:
55
container_name: mysql
6-
image: mysql:9.3
6+
image: mysql:9.4
77
restart: unless-stopped
88
ports:
99
- "3307:3306"

0 commit comments

Comments
 (0)