Skip to content

Commit 2ed3cf2

Browse files
chore(deps): update mariadb docker tag to v12
1 parent 4674bfd commit 2ed3cf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

applications/dev-environment/devcontainer/template/.devcontainer/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

applications/dev-environment/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)