@@ -53,9 +53,9 @@ param (
5353 [string ] $minioEphemeralStorageReservation ,
5454 [string ] $workflowEphemeralStorageReservation ,
5555
56- [string ] $imageCodeDxTomcat = ' codedx/codedx-tomcat:v2023.12.1 ' ,
57- [string ] $imageCodeDxTools = ' codedx/codedx-tools:v2023.12.1 ' ,
58- [string ] $imageCodeDxToolsMono = ' codedx/codedx-toolsmono:v2023.12.1 ' ,
56+ [string ] $imageCodeDxTomcat = ' codedx/codedx-tomcat:v2023.12.2 ' ,
57+ [string ] $imageCodeDxTools = ' codedx/codedx-tools:v2023.12.2 ' ,
58+ [string ] $imageCodeDxToolsMono = ' codedx/codedx-toolsmono:v2023.12.2 ' ,
5959
6060 [string ] $imagePrepare = ' codedx/codedx-prepare:v1.30.0' ,
6161 [string ] $imageNewAnalysis = ' codedx/codedx-newanalysis:v1.30.0' ,
@@ -64,7 +64,7 @@ param (
6464 [string ] $imageToolService = ' codedx/codedx-tool-service:v1.30.0' ,
6565 [string ] $imagePreDelete = ' codedx/codedx-cleanup:v1.30.0' ,
6666
67- [string ] $imageCodeDxTomcatInit = ' codedx/codedx-tomcat:v2023.12.1 ' ,
67+ [string ] $imageCodeDxTomcatInit = ' codedx/codedx-tomcat:v2023.12.2 ' ,
6868 [string ] $imageMariaDB = ' codedx/codedx-mariadb:v1.28.0' ,
6969 [string ] $imageMinio = ' bitnami/minio:2021.4.6-debian-10-r11' ,
7070 [string ] $imageWorkflowController = ' codedx/codedx-workflow-controller:v2.17.0' ,
0 commit comments