Skip to content

Commit 78df940

Browse files
author
Code Dx Build
committed
feat: update to v2026.3.6 and v1.41.0
1 parent ac0b54c commit 78df940

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose-external-db.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
version: '2'
1919
services:
2020
codedx-tomcat:
21-
image: codedx/codedx-tomcat:v2026.3.5
21+
image: codedx/codedx-tomcat:v2026.3.6
2222
environment:
2323
DB_URL: "jdbc:mysql://db-hostname/srmdb?sessionVariables=sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION'"
2424
DB_DRIVER: "com.mysql.jdbc.Driver"

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
codedx-db-init:
4040
condition: service_completed_successfully
4141
codedx-tomcat:
42-
image: codedx/codedx-tomcat:v2026.3.5
42+
image: codedx/codedx-tomcat:v2026.3.6
4343
environment:
4444
DB_URL: "jdbc:mysql://codedx-db/codedx?sessionVariables=sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION'"
4545
DB_DRIVER: "com.mysql.jdbc.Driver"

0 commit comments

Comments
 (0)