@@ -54,9 +54,9 @@ param (
54
54
[string ] $minioEphemeralStorageReservation ,
55
55
[string ] $workflowEphemeralStorageReservation ,
56
56
57
- [string ] $imageCodeDxTomcat = ' codedx/codedx-tomcat:v2024.12.2 ' ,
58
- [string ] $imageCodeDxTools = ' codedx/codedx-tools:v2024.12.2 ' ,
59
- [string ] $imageCodeDxToolsMono = ' codedx/codedx-toolsmono:v2024.12.2 ' ,
57
+ [string ] $imageCodeDxTomcat = ' codedx/codedx-tomcat:v2024.12.3 ' ,
58
+ [string ] $imageCodeDxTools = ' codedx/codedx-tools:v2024.12.3 ' ,
59
+ [string ] $imageCodeDxToolsMono = ' codedx/codedx-toolsmono:v2024.12.3 ' ,
60
60
61
61
[string ] $imagePrepare = ' codedx/codedx-prepare:v1.34.0' ,
62
62
[string ] $imageNewAnalysis = ' codedx/codedx-newanalysis:v1.34.0' ,
@@ -65,7 +65,7 @@ param (
65
65
[string ] $imageToolService = ' codedx/codedx-tool-service:v1.34.0' ,
66
66
[string ] $imagePreDelete = ' codedx/codedx-cleanup:v1.34.0' ,
67
67
68
- [string ] $imageCodeDxTomcatInit = ' codedx/codedx-tomcat:v2024.12.2 ' ,
68
+ [string ] $imageCodeDxTomcatInit = ' codedx/codedx-tomcat:v2024.12.3 ' ,
69
69
[string ] $imageMariaDB = ' codedx/codedx-mariadb:v1.37.0' ,
70
70
[string ] $imageMinio = ' bitnami/minio:2021.4.6-debian-10-r11' ,
71
71
[string ] $imageWorkflowController = ' codedx/codedx-workflow-controller:v2.17.0' ,
0 commit comments