@@ -54,9 +54,9 @@ param (
5454 [string ] $minioEphemeralStorageReservation ,
5555 [string ] $workflowEphemeralStorageReservation ,
5656
57- [string ] $imageCodeDxTomcat = ' codedx/codedx-tomcat:v2025.6.1 ' ,
58- [string ] $imageCodeDxTools = ' codedx/codedx-tools:v2025.6.1 ' ,
59- [string ] $imageCodeDxToolsMono = ' codedx/codedx-toolsmono:v2025.6.1 ' ,
57+ [string ] $imageCodeDxTomcat = ' codedx/codedx-tomcat:v2025.6.2 ' ,
58+ [string ] $imageCodeDxTools = ' codedx/codedx-tools:v2025.6.2 ' ,
59+ [string ] $imageCodeDxToolsMono = ' codedx/codedx-toolsmono:v2025.6.2 ' ,
6060
6161 [string ] $imagePrepare = ' codedx/codedx-prepare:v1.34.0' ,
6262 [string ] $imageNewAnalysis = ' codedx/codedx-newanalysis:v1.34.0' ,
@@ -65,7 +65,7 @@ param (
6565 [string ] $imageToolService = ' codedx/codedx-tool-service:v1.34.0' ,
6666 [string ] $imagePreDelete = ' codedx/codedx-cleanup:v1.34.0' ,
6767
68- [string ] $imageCodeDxTomcatInit = ' codedx/codedx-tomcat:v2025.6.1 ' ,
68+ [string ] $imageCodeDxTomcatInit = ' codedx/codedx-tomcat:v2025.6.2 ' ,
6969 [string ] $imageMariaDB = ' codedx/codedx-mariadb:v1.38.0' ,
7070 [string ] $imageMinio = ' bitnami/minio:2021.4.6-debian-10-r11' ,
7171 [string ] $imageWorkflowController = ' codedx/codedx-workflow-controller:v2.17.0' ,
0 commit comments