Skip to content

Commit 19d97f9

Browse files
author
Code Dx Build
committed
feat: update to v2025.6.4 and v1.38.0
1 parent ed56ebc commit 19d97f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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:v2025.6.3
21+
image: codedx/codedx-tomcat:v2025.6.4
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
@@ -26,7 +26,7 @@ services:
2626
volumes:
2727
- codedx-database-volume:/bitnami/mariadb
2828
codedx-tomcat:
29-
image: codedx/codedx-tomcat:v2025.6.3
29+
image: codedx/codedx-tomcat:v2025.6.4
3030
environment:
3131
DB_URL: "jdbc:mysql://codedx-db/codedx?sessionVariables=sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION'"
3232
DB_DRIVER: "com.mysql.jdbc.Driver"

0 commit comments

Comments
 (0)