Skip to content

Commit 9218960

Browse files
chore(deps): update mysql docker tag to v9.3.0
1 parent fe288de commit 9218960

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

020_advanced/060_docker-compose/docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3.7'
33
services:
44

55
db:
6-
image: mysql:9.1.0
6+
image: mysql:9.3.0
77
environment:
88
MYSQL_RANDOM_ROOT_PASSWORD: "yes"
99
MYSQL_DATABASE: wordpress

120_kubernetes/01_compose/docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3.7'
33
services:
44

55
db:
6-
image: mysql:9.1.0
6+
image: mysql:9.3.0
77
environment:
88
MYSQL_RANDOM_ROOT_PASSWORD: "yes"
99
MYSQL_DATABASE: wordpress

0 commit comments

Comments
 (0)