We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922bcac commit ae2de8cCopy full SHA for ae2de8c
setup/core/setup.ps1
@@ -65,7 +65,7 @@ param (
65
[string] $imagePreDelete = 'codedx/codedx-cleanup:v1.17.0',
66
67
[string] $imageCodeDxTomcatInit = 'codedx/codedx-bash:v1.3.0',
68
- [string] $imageMariaDB = 'codedx/codedx-mariadb:v1.7.0',
+ [string] $imageMariaDB = 'codedx/codedx-mariadb:v1.10.0',
69
[string] $imageMinio = 'bitnami/minio:2021.4.6-debian-10-r11',
70
[string] $imageWorkflowController = 'codedx/codedx-workflow-controller:v2.16.0',
71
[string] $imageWorkflowExecutor = 'codedx/codedx-argoexec:v2.16.0',
0 commit comments