Skip to content

Commit 8b5374d

Browse files
Update oba_database image to MySQL 8.4
1 parent 86226a1 commit 8b5374d

4 files changed

+4
-4
lines changed

docker-compose.prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
- GTFS_URL
1414

1515
oba_database:
16-
image: mysql:8.3
16+
image: mysql:8.4
1717
container_name: oba_database
1818
environment:
1919
MYSQL_ROOT_PASSWORD: Ins3cure!

docker-compose.standalone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
oba_database:
3-
image: mysql:8.3
3+
image: mysql:8.4
44
container_name: oba_database
55
environment:
66
MYSQL_ROOT_PASSWORD: Ins3cure!

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- GTFS_URL
1212

1313
oba_database:
14-
image: mysql:8.3
14+
image: mysql:8.4
1515
container_name: oba_database
1616
environment:
1717
MYSQL_ROOT_PASSWORD: Ins3cure!

oba.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
spec:
2121
containers:
2222
- name: oba-database
23-
image: mysql:8.3
23+
image: mysql:8.4
2424
env:
2525
- name: MYSQL_ROOT_PASSWORD
2626
valueFrom:

0 commit comments

Comments
 (0)