File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
applications/dev-environment
devcontainer/template/.devcontainer Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ services:
1717 - sil
1818
1919 ocpp-db :
20- image : mariadb:10.4.30 # pinned to patch-version because https://github.com/steve-community/steve/pull/1213
20+ image : mariadb:12.2.2 # pinned to patch-version because https://github.com/steve-community/steve/pull/1213
2121 volumes :
2222 - ocpp-db-data:/var/lib/mysql
2323 ports :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ services:
1919 - 9001:9001
2020
2121 ocpp-db :
22- image : mariadb:10.4.30 # pinned to patch-version because https://github.com/steve-community/steve/pull/1213
22+ image : mariadb:12.2.2 # pinned to patch-version because https://github.com/steve-community/steve/pull/1213
2323 volumes :
2424 - ocpp-db-data:/var/lib/mysql
2525 ports :
You can’t perform that action at this time.
0 commit comments