Skip to content

Commit ae2de8c

Browse files
author
Code Dx Build
committed
feat: update to latest Docker image versions
Code Dx: v2022.7.4 Tomcat Init: v1.3.0 MariaDB: v1.10.0 Tool Orchestration: v1.17.0 Workflow: v2.16.0 RestoreDB: v1.4.0
1 parent 922bcac commit ae2de8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/core/setup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ param (
6565
[string] $imagePreDelete = 'codedx/codedx-cleanup:v1.17.0',
6666

6767
[string] $imageCodeDxTomcatInit = 'codedx/codedx-bash:v1.3.0',
68-
[string] $imageMariaDB = 'codedx/codedx-mariadb:v1.7.0',
68+
[string] $imageMariaDB = 'codedx/codedx-mariadb:v1.10.0',
6969
[string] $imageMinio = 'bitnami/minio:2021.4.6-debian-10-r11',
7070
[string] $imageWorkflowController = 'codedx/codedx-workflow-controller:v2.16.0',
7171
[string] $imageWorkflowExecutor = 'codedx/codedx-argoexec:v2.16.0',

0 commit comments

Comments
 (0)