Skip to content

Commit 75e2d92

Browse files
chore(deps): update mariadb docker tag to v12
1 parent 142adf8 commit 75e2d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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:

0 commit comments

Comments
 (0)