Skip to content

Commit 027e783

Browse files
chore(deps): update mysql docker tag to v9.3
1 parent c228251 commit 027e783

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.2
6+
image: mysql:9.3
77
restart: unless-stopped
88
ports:
99
- "3307:3306"

0 commit comments

Comments
 (0)